summaryrefslogtreecommitdiffstats
path: root/gki
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\|
| * Re-layout Android.mk for single shared libraryChris Manton2014-06-091-13/+13
| * Eliminate dead code: remove GKI_sched* from the codebase.Sharvil Nanavati2014-06-092-44/+0
| * Implement GKI timers based on wake alarms and wake locks.Sharvil Nanavati2014-06-072-273/+119
| * Start cleaning up log macros.Sharvil Nanavati2014-05-311-1/+0
| * Fix Null pointer access in GKI timer libraryGanesh Ganapathi Batta2014-04-302-1/+13
| * Use standard C99 integral types. This offers better type safety.Sharvil Nanavati2014-04-261-28/+23
| * Eliminate warnings, add -Wall and -Werror to all projects.Sharvil Nanavati2014-04-181-1/+1
| * Merge "Remove unused file gki_inet.h and BIG_ENDIAN macro." into klp-wireless...Sharvil Nanavati2014-04-172-51/+0
| |\
| | * Remove unused file gki_inet.h and BIG_ENDIAN macro.Sharvil Nanavati2014-04-132-51/+0
| * | Compile using C99.Sharvil Nanavati2014-04-161-1/+1
| |/
| * Remove executable bit on source files.Sharvil Nanavati2014-04-121-0/+0
* | Eliminate dead code: remove GKI_sched* from the codebase.Sharvil Nanavati2014-06-122-44/+0
* | Implement GKI timers based on wake alarms and wake locks.Sharvil Nanavati2014-06-122-273/+119
* | 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
|\ \
| * \ am cd7896c5: add wakelock control callbackDmitry Grinberg2014-05-231-8/+28
| |\ \
| | * | add wakelock control callbackDmitry Grinberg2014-05-231-8/+28
| | |/
* | | Fix-build : Do not build bluedroid for 64 bit targets.Narayan Kamath2014-05-071-0/+1
* | | Fix Null pointer access in GKI timer libraryGanesh Ganapathi Batta2014-05-062-1/+13
* | | Use standard C99 integral types. This offers better type safety.Sharvil Nanavati2014-05-061-28/+23
* | | Eliminate warnings, add -Wall and -Werror to all projects.Sharvil Nanavati2014-05-061-1/+1
* | | Compile using C99.Sharvil Nanavati2014-05-061-1/+1