summaryrefslogtreecommitdiffstats
path: root/osi/include
Commit message (Expand)AuthorAgeFilesLines
* btif: Don't persist remote devices to the configMarie Janssen2016-06-071-0/+9
* Merge branch 'LA.BF64.1.2.2_rb4.9' of git://codeaurora.org/platform/system/bt...Steve Kondik2015-12-072-0/+5
|\
| * Merge "Bluetooth: Boost timer callback thread priority to high"Linux Build Service Account2015-11-121-0/+8
| |\
| | * Bluetooth: Boost timer callback thread priority to highSrinu Jella2015-11-061-0/+8
| * | Bluetooth: Free hash map entry to avoid memory leakSrinu Jella2015-11-061-0/+2
| |/
* | Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/system/bt...Steve Kondik2015-11-161-0/+3
|\|
| * Merge "Bluetooth: OSI: Immediately save bt_config file to NVRAM"Linux Build Service Account2015-10-291-0/+3
| |\
| | * Bluetooth: OSI: Immediately save bt_config file to NVRAMBalraj Selvaraj2015-10-201-0/+3
| * | Bluetooth: Implement dynamic blacklist method for role switchSrinu Jella2015-10-221-0/+2
| |/
* | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-052-0/+10
|\ \
| * | Raise BTU and HCI thread prioritiesAndre Eisenbach2015-10-072-0/+10
| |/
* / Bluetooth: Implement dynamic blacklist method for role switchSrinu Jella2015-10-151-0/+2
|/
* Disable remote TCP connectionsPavlin Radoslavov2015-08-171-2/+2
* Cleanup alarm_get_remaining_msAndre Eisenbach2015-07-151-2/+3
* Bug fix PM changes and LE connectivity mode fixesVenkatRaghavan VijayaRaghavan2015-07-141-0/+4
* Moved the OSI alarm_shutdown() operations to alarm_cleanup()Pavlin Radoslavov2015-06-011-4/+0
* Add missing clean_up step for the OSI module.Pavlin Radoslavov2015-05-281-0/+3
* Shutdown alarm callbacks on stack disable; added OSI moduleAndre Eisenbach2015-05-181-0/+4
* Bluetooth native dumpsys logging support (2/5)Andre Eisenbach2015-05-111-0/+60
* Fix build issues after the mergeVinit Deshpande2015-04-151-0/+1
* osi: add compat code for glibcScott James Remnant2015-04-021-0/+35
* Make atomic functions static, as well as inlineScott James Remnant2015-04-021-8/+8
* Fix missing #includes needed for glibcScott James Remnant2015-04-021-0/+1
* Using generic format specifier for logging pointersNitin Arora2015-03-301-1/+1
* Add ability to set periodic alarmsZach Johnson2015-03-161-0/+4
* Move list function comments to the header fileZach Johnson2015-03-161-4/+67
* Move hashmap function comments to the header fileZach Johnson2015-03-161-6/+46
* Add a reference counted buffer implementation.Sharvil Nanavati2015-03-161-0/+56
* Add size_t inclusionChris Manton2015-03-161-1/+1
* Add compile time checksChris Manton2015-03-161-0/+12
* Add key equality function option for hash_mapZach Johnson2015-03-161-1/+5
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-164-0/+31
* Introduce a growing array class.Sharvil Nanavati2015-03-161-0/+56
* Enable allocation tracking for eng and userdebug builds.Sharvil Nanavati2015-03-161-13/+7
* counter implementationChris Manton2015-03-161-43/+0
* Add string hashing function using djb2Chris Manton2015-03-161-0/+2
* Disassociate hash algorithm with hash function nameZach Johnson2015-03-161-1/+4
* s/async_result/future/g and also improve the future APIZach Johnson2015-03-162-38/+41
* async_result abstraction for signaling async return valuesZach Johnson2015-03-161-0/+38
* Add non-repeating timer wrapper for alarmZach Johnson2015-03-161-0/+48
* Modify allocation tracking to include and verify the allocation sourceZach Johnson2015-03-161-12/+15
* Add memory canaries and turn them on for unit testsZach Johnson2015-03-161-8/+20
* Add a method to check for available bytes on a socketSharvil Nanavati2015-03-161-2/+12
* Add strdup to tracked allocationsZach Johnson2015-03-161-0/+2
* Add internal constructors to hash map and listZach Johnson2015-03-161-2/+5
* Add a method to pass file descriptors and one to create a socket from an fd.Sharvil Nanavati2015-03-161-0/+12
* Implement memory allocation trackerZach Johnson2015-03-162-0/+53
* Add common hash functions so we don't have to redefine everywhereZach Johnson2015-03-161-0/+25
* Global counter API for bluedroidChris Manton2015-03-161-0/+43
* Added encapulsated iterator to hashmapChris Manton2015-03-161-0/+10