summaryrefslogtreecommitdiffstats
path: root/osi/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Shutdown alarm callbacks on stack disable; added OSI moduleAndre Eisenbach2015-05-181-2/+2
* Bluetooth native dumpsys logging support (2/5)Andre Eisenbach2015-05-111-1/+3
* Work around clang/llvm compilation problems.Chih-Hung Hsieh2015-05-061-0/+8
* Add a reference counted buffer implementation.Sharvil Nanavati2015-03-161-0/+1
* Rename Bluetooth binaries to use the net_ and net_test_ prefixes.Sharvil Nanavati2015-03-161-1/+1
* Introduce a growing array class.Sharvil Nanavati2015-03-161-1/+3
* Explicitly add include pathsChris Manton2015-03-161-2/+4
* s/async_result/future/g and also improve the future APIZach Johnson2015-03-161-2/+2
* async_result abstraction for signaling async return valuesZach Johnson2015-03-161-0/+2
* Add non-repeating timer wrapper for alarmZach Johnson2015-03-161-0/+1
* Implement memory allocation trackerZach Johnson2015-03-161-0/+3
* Add common hash functions so we don't have to redefine everywhereZach Johnson2015-03-161-0/+1
* Add back hash_map_test to ositestsChris Manton2015-03-161-0/+1
* Add eager readerZach Johnson2015-03-161-0/+2
* Refactor alarm tests to use a test harnessZach Johnson2015-03-161-0/+1
* Add an allocator interface + default malloc allocatorZach Johnson2015-03-161-0/+1
* Implement a data dispatcher.Zach Johnson2015-03-161-0/+2
* osi: Support for atomic data typesChris Manton2015-03-161-0/+1
* Introduce a socket classSharvil Nanavati2015-03-161-0/+1
* osi: hash map implementationChris Manton2015-03-161-0/+19
* A simple, thread-safe timer API for bluedroid.Sharvil Nanavati2014-07-171-0/+2
* Start of threading librarySharvil Nanavati2014-07-091-2/+4
* Implement the reactor pattern in C.Sharvil Nanavati2014-07-031-1/+3
* Add a generic config parser for the INI file format.Sharvil Nanavati2014-05-301-1/+4
* Implement a fixed queue.Sharvil Nanavati2014-05-311-1/+3
* Add a singly linked list implementation for OSI.Sharvil Nanavati2014-05-071-0/+34