- 16 Mar, 2015 14 commits
-
-
Sharvil Nanavati authored
This change removes all remaining GKI task remnants as well as a few timer and buffer bits.
-
Sharvil Nanavati authored
-
Zach Johnson authored
It looks like we're somehow getting NULL back from buffer allocation. Backing GKI buffers with malloc should fix this. Bug: 18324148
-
Sharvil Nanavati authored
* move buffer macros into .c from .h * delete dead code (e.g. GKI_igetpoolbuf, pool_list variable) * define task states as an enum and not a bitfield * start renaming fields in GKI control block for future consolidation
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
GKI is slowly disappearing so much of that debug code isn't useful.
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
This change also fixes the type for task names: should be a const string, not a mutable INT8*.
-
Chris Manton authored
Also refactored btu_task a bit.
-
Sharvil Nanavati authored
This change allows us to run Valgrind on bluedroid to find memory leaks. It has already been used to track down multiple memory leaks which weren't trackable with the existing GKI buffer implementation.
-
Chris Manton authored
Also add another API GKI_queue_length(BUFFER_Q *)
-
- 02 Jul, 2014 1 commit
-
-
Sharvil Nanavati authored
Change-Id: I4fc3a64312b49a3dd23d80454244f8eb6340d8e6
-
- 24 Jun, 2014 1 commit
-
-
Chris Manton authored
Change-Id: I6e05a1054c4bfd8ccd42cd9df8e3140ce67330c4
-
- 10 Jun, 2014 1 commit
-
-
Sharvil Nanavati authored
Change-Id: I4c0000445535e5300b83a18f5f6ca45f1ef797da
-
- 06 May, 2014 1 commit
-
-
Ganesh Ganapathi Batta authored
Change-Id: Iada2d426fe4592416eed988202c14599656b33e4
-
- 30 Apr, 2014 1 commit
-
-
Ganesh Ganapathi Batta authored
Change-Id: Iada2d426fe4592416eed988202c14599656b33e4
-
- 28 Feb, 2013 1 commit
-
-
Ganesh Ganapathi Batta authored
Change-Id: I9825a5cef9be2559c34c2a529b211b7d471147cf
-
- 13 Dec, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ia2de32ccb97a9641462c72363b0a8c4288f4f36d
-