summaryrefslogtreecommitdiffstats
path: root/gki
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r61' into HEADreplicant-6.0-0001stable/cm-13.0-ZNH5YJessica Wagantall2016-08-021-1/+1
|\
| * DO NOT MERGE Fix potential DoS caused by delivering signal to BT processSharvil Nanavati2016-06-221-1/+1
* | bt: Unify usage of clock_gettimeChristopher R. Palmer2016-06-111-1/+2
* | 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-312-0/+3
* Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into mergeEtan Cohen2015-03-319-3545/+178
|\
| * Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-1/+1
| * Remove more GKI code.Sharvil Nanavati2015-03-165-576/+55
| * Remove GKI timersSharvil Nanavati2015-03-165-455/+3
| * Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-163-11/+10
| * Update module names to not use C preprocessor and to be at top of headers.Sharvil Nanavati2015-03-161-2/+2
| * Expand include pathnames and add bd root pathChris Manton2015-03-161-0/+1
| * Back GKI buffers with mallocZach Johnson2015-03-162-225/+0
| * Remove ptim and associated GKI timer functionsZach Johnson2015-03-162-230/+0
| * Remove data_types.hChris Manton2015-03-161-54/+0
| * Modulizification of GKIZach Johnson2015-03-163-28/+20
| * 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 d736b8d6: Merge "Fix some more missing libc includes."Christopher Ferris2015-02-071-0/+2
|\ \
| * | Fix some more missing libc includes.Ian Coolidge2015-02-061-0/+2
* | | am 61331337: Merge "Add missing includes."Elliott Hughes2015-01-291-0/+2
|\| |
| * | Add missing includes.Elliott Hughes2015-01-281-0/+2
* | | am 5ad6d725: Merge "Fix missing #includes in external/bluetooth."Elliott Hughes2014-12-301-0/+1
|\| |
| * | Fix missing #includes in external/bluetooth.Elliott Hughes2014-12-291-0/+1
* | | am 6f65f670: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."Ying Wang2014-12-161-1/+0
|\| |
| * | Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2014-12-161-1/+0
* | | resolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aospChih-Hung Hsieh2014-12-113-72/+0
|\| | | |/ |/|
| * Cleanups needed to make clang happyBernhard Rosenkränzer2014-12-053-72/+0
* | 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
|\| |