summaryrefslogtreecommitdiffstats
path: root/gki/common
Commit message (Expand)AuthorAgeFilesLines
* BT: Fixed Static Analysis IssuesMatadeen Mishra2015-10-061-0/+1
* Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_freePavlin Radoslavov2015-06-031-2/+2
* Fix build issues in bluedroid on masterEtan Cohen2015-03-311-0/+1
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-1/+1
* Remove more GKI code.Sharvil Nanavati2015-03-163-220/+18
* Remove GKI timersSharvil Nanavati2015-03-163-422/+0
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-162-3/+2
* Update module names to not use C preprocessor and to be at top of headers.Sharvil Nanavati2015-03-161-2/+2
* Back GKI buffers with mallocZach Johnson2015-03-162-225/+0
* Remove ptim and associated GKI timer functionsZach Johnson2015-03-162-230/+0
* Modulizification of GKIZach Johnson2015-03-161-2/+2
* Remove GKI task codeChris Manton2015-03-161-5/+0
* GKI task entry points should have a consistent signature.Sharvil Nanavati2015-03-161-1/+1
* Code cleanup in GKI layer.Sharvil Nanavati2015-03-163-178/+27
* Eliminate unnecessary macros GKI_API, EXPORT_API, and UDRV_API.Sharvil Nanavati2015-03-162-57/+52
* Delete GKI debug code.Sharvil Nanavati2015-03-163-398/+0
* Eliminate GKI_os_malloc and GKI_os_free.Sharvil Nanavati2015-03-162-8/+5
* Eliminate unused variables bufpool{0..15} in GKI control block.Sharvil Nanavati2015-03-162-137/+19
* GKI_USE_DEFERED_ALLOC_BUF_POOLS is always defined. Flatten code paths.Sharvil Nanavati2015-03-162-162/+0
* Cleanup and remove unused variables in GKI's common OS control block.Sharvil Nanavati2015-03-162-40/+3
* Use arrays instead of variable names like Tmr0, Tmr1, ... in GKI.Sharvil Nanavati2015-03-162-224/+36
* Eliminate GKI_run and GKI_stop. Neither had any effect.Sharvil Nanavati2015-03-161-2/+0
* Eliminate unused 'stack' concept for GKI tasks.Sharvil Nanavati2015-03-162-3/+3
* Replace mailboxes with fixed queues.Chris Manton2015-03-163-125/+0
* Add a VALGRIND #define to heap-allocate all GKI buffers.Sharvil Nanavati2015-03-162-2/+30
* Enforce GKI API buffer usageChris Manton2015-03-163-66/+70
* gki_buffer: add missing mutex unlockSimon Wilson2014-11-251-0/+6
* Fix error in tick calculation when timer is removedAndre Eisenbach2014-09-041-3/+3
* Protect against potential endless loop in BTU task timer handlingAndre Eisenbach2014-08-192-18/+11
* LE: Fix limited advertising not stopping after timeoutAndre Eisenbach2014-08-121-0/+1
* Bluetooth: Getbuf returning invalid buffer pointer - do not mergeHemant Gupta2014-07-281-1/+4
* Fix GKI_add_to_timer_list to handle middle-of-list insertions correctlyAndre Eisenbach2014-07-161-0/+2
* Eliminate last_ticks from TIMER_LIST_ENT.Sharvil Nanavati2014-07-162-83/+35
* Remove more unused code from GKI timers.Sharvil Nanavati2014-07-013-173/+1
* Remove more unused code from GKI.Sharvil Nanavati2014-07-023-103/+2
* RIP: Removal of more dead timer codeChris Manton2014-06-243-75/+0
* Extended a few timer API functionsChris Manton2014-06-242-12/+62
* Logging cleanup: GKI.Sharvil Nanavati2014-06-192-11/+11
* Fix build breakage due to bad rebaseMike Lockwood2014-06-101-0/+2
* Eliminate more dead code in GKI.Sharvil Nanavati2014-06-104-465/+5
* Eliminate dead code: remove GKI_sched* from the codebase.Sharvil Nanavati2014-06-091-2/+0
* Implement GKI timers based on wake alarms and wake locks.Sharvil Nanavati2014-06-071-7/+20
* Fix Null pointer access in GKI timer libraryGanesh Ganapathi Batta2014-04-302-1/+13
* Remove unused file gki_inet.h and BIG_ENDIAN macro.Sharvil Nanavati2014-04-131-47/+0
* Initial version of BLE support for BluedroidGanesh Ganapathi Batta2013-02-272-0/+6
* Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879bafThe Android Open Source Project2012-12-126-0/+3789