summaryrefslogtreecommitdiffstats
path: root/gki/ulinux/gki_ulinux.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential DoS caused by delivering signal to BT processstable/cm-13.0-ZNH2KSharvil Nanavati2016-08-021-1/+1
* Fix build issues in bluedroid on masterEtan Cohen2015-03-311-0/+2
* Remove more GKI code.Sharvil Nanavati2015-03-161-333/+35
* Remove GKI timersSharvil Nanavati2015-03-161-32/+3
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-8/+8
* Modulizification of GKIZach Johnson2015-03-161-26/+17
* Remove GKI task codeChris Manton2015-03-161-249/+0
* GKI task entry points should have a consistent signature.Sharvil Nanavati2015-03-161-34/+9
* Code cleanup in GKI layer.Sharvil Nanavati2015-03-161-40/+20
* Delete GKI debug code.Sharvil Nanavati2015-03-161-23/+0
* Eliminate GKI_os_malloc and GKI_os_free.Sharvil Nanavati2015-03-161-41/+0
* GKI_USE_DEFERED_ALLOC_BUF_POOLS is always defined. Flatten code paths.Sharvil Nanavati2015-03-161-2/+0
* Remove unused fields from GKI internal header.Sharvil Nanavati2015-03-161-14/+6
* Use arrays instead of variable names like Tmr0, Tmr1, ... in GKI.Sharvil Nanavati2015-03-161-38/+8
* Eliminate all attempts to set scheduling policy (all no-ops).Sharvil Nanavati2015-03-161-32/+3
* Eliminate GKI_run and GKI_stop. Neither had any effect.Sharvil Nanavati2015-03-161-87/+0
* Eliminate always-on macro GKI_PTHREAD_JOINABLE.Sharvil Nanavati2015-03-161-43/+2
* Eliminate unused 'stack' concept for GKI tasks.Sharvil Nanavati2015-03-161-29/+10
* Replace mailboxes with fixed queues.Chris Manton2015-03-161-9/+0
* Implement GKI timers in terms of alarm.c. This also fixes some alarm/wake loc...Sharvil Nanavati2015-03-161-173/+18
* 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 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 integer overflow in GKI timer calculationAndre Eisenbach2014-07-211-1/+1
* 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-011-31/+1
* Remove more unused code from GKI.Sharvil Nanavati2014-07-021-145/+24
* resolved conflicts for merge of 6449e497 to masterMatthew Xie2014-06-271-93/+4
|\
| * Eliminate more dead code in GKI.Sharvil Nanavati2014-06-101-93/+4
| * Eliminate dead code: remove GKI_sched* from the codebase.Sharvil Nanavati2014-06-091-42/+0
| * Implement GKI timers based on wake alarms and wake locks.Sharvil Nanavati2014-06-071-266/+99
| * Start cleaning up log macros.Sharvil Nanavati2014-05-311-1/+0
| * Remove executable bit on source files.Sharvil Nanavati2014-04-121-0/+0
* | Eliminate dead code: remove GKI_sched* from the codebase.Sharvil Nanavati2014-06-121-42/+0
* | Implement GKI timers based on wake alarms and wake locks.Sharvil Nanavati2014-06-121-266/+99
* | Start cleaning up log macros.Sharvil Nanavati2014-06-111-1/+0
* | Revert "add wakelock control callback"Matthew Xie2014-05-231-28/+8
* | am 262685fe: am cd7896c5: add wakelock control callbackDmitry Grinberg2014-05-231-8/+28
|\ \
| * | add wakelock control callbackDmitry Grinberg2014-05-231-8/+28
| |/
* | Remove executable bit on source files.Sharvil Nanavati2014-05-061-0/+0
* | Fix conditional waits in GKI_wait.Narayan Kamath2014-03-051-5/+6
|/
* Major warnings cleanupMike J. Chen2014-02-111-3/+7
* Fix calls to pthread_setschedparam.Sharvil Nanavati2014-01-221-1/+3
* Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879bafThe Android Open Source Project2012-12-121-0/+1514