summaryrefslogtreecommitdiffstats
path: root/gki
Commit message (Expand)AuthorAgeFilesLines
* Remove GKI task codeChris Manton2015-03-162-254/+0
* GKI task entry points should have a consistent signature.Sharvil Nanavati2015-03-162-35/+10
* Code cleanup in GKI layer.Sharvil Nanavati2015-03-164-218/+47
* Eliminate unnecessary macros GKI_API, EXPORT_API, and UDRV_API.Sharvil Nanavati2015-03-163-59/+54
* Delete GKI debug code.Sharvil Nanavati2015-03-165-422/+0
* Eliminate GKI_os_malloc and GKI_os_free.Sharvil Nanavati2015-03-163-49/+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-163-164/+0
* Remove unused fields from GKI internal header.Sharvil Nanavati2015-03-163-38/+10
* 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-163-262/+44
* Eliminate all attempts to set scheduling policy (all no-ops).Sharvil Nanavati2015-03-162-47/+3
* Eliminate GKI_run and GKI_stop. Neither had any effect.Sharvil Nanavati2015-03-163-101/+0
* Eliminate always-on macro GKI_PTHREAD_JOINABLE.Sharvil Nanavati2015-03-161-43/+2
* Eliminate unused 'stack' concept for GKI tasks.Sharvil Nanavati2015-03-163-32/+13
* Replace mailboxes with fixed queues.Chris Manton2015-03-164-134/+0
* Implement GKI timers in terms of alarm.c. This also fixes some alarm/wake loc...Sharvil Nanavati2015-03-162-173/+19
* Add a VALGRIND #define to heap-allocate all GKI buffers.Sharvil Nanavati2015-03-162-2/+30
* Enforce GKI API buffer usageChris Manton2015-03-164-66/+73
* am cf7f6a15: Prevent Java call for acquiring already held wakelockAndre Eisenbach2014-12-041-7/+14
|\
| * Prevent Java call for acquiring already held wakelockAndre Eisenbach2014-12-031-7/+14
* | Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different targetMatthew Xie2014-12-021-6/+2
* | am 254b5ba2: gki_buffer: add missing mutex unlockSimon Wilson2014-11-261-0/+6
|\|
| * gki_buffer: add missing mutex unlockSimon Wilson2014-11-251-0/+6
* | am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100msSimon Wilson2014-11-221-1/+1
|\|
| * DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100msSimon Wilson2014-11-211-1/+1
* | Make sure now_us returns a value bigger than the previous oneMatthew Xie2014-10-281-2/+11
|/
* Added missing A2DP priority on java alarm serviceMattias Agren2014-10-101-0/+1
* 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 integer overflow in GKI timer calculationAndre Eisenbach2014-07-211-1/+1
* 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
* Fix GKI timers to take execution time into accountAndre Eisenbach2014-07-091-44/+81
* Use POSIX timer for non-wake alarms in bluedroid.Sharvil Nanavati2014-07-011-3/+43
* Remove more unused code from GKI timers.Sharvil Nanavati2014-07-014-204/+2
* Remove more unused code from GKI.Sharvil Nanavati2014-07-025-255/+26
* am 3466f510: RIP: Removal of more dead timer codeChris Manton2014-06-283-75/+0
|\
| * RIP: Removal of more dead timer codeChris Manton2014-06-243-75/+0
* | am 5ec39bbc: Extended a few timer API functionsChris Manton2014-06-282-12/+62
|\|
| * Extended a few timer API functionsChris Manton2014-06-242-12/+62
* | am 7c9976dc: Logging cleanup: GKI.Sharvil Nanavati2014-06-282-11/+11
|\|
| * Logging cleanup: GKI.Sharvil Nanavati2014-06-192-11/+11
* | am d0bc2154: Fix build breakage due to bad rebaseMike Lockwood2014-06-281-0/+2
|\|
| * Fix build breakage due to bad rebaseMike Lockwood2014-06-101-0/+2
* | resolved conflicts for merge of 6449e497 to masterMatthew Xie2014-06-277-582/+9
|\|
| * Eliminate more dead code in GKI.Sharvil Nanavati2014-06-107-582/+9
* | resolved conflicts for merge of e01b1126 to masterMatthew Xie2014-06-271-13/+13
|\|