summaryrefslogtreecommitdiffstats
path: root/osi/src/alarm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'LA.BF64.1.2.2_rb4.9' of git://codeaurora.org/platform/system/bt...Steve Kondik2015-12-071-0/+7
|\
| * Bluetooth: Boost timer callback thread priority to highSrinu Jella2015-11-061-0/+7
* | Revert "Raise alarm callback thread priority"Steve Kondik2015-12-071-8/+0
* | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/sys...Steve Kondik2015-12-071-0/+8
|\ \
| * | Raise alarm callback thread priorityAndre Eisenbach2015-10-231-0/+8
| |/
* / bt: Kill some logspamChristopher R. Palmer2015-11-221-1/+1
|/
* Cleanup alarm_get_remaining_msAndre Eisenbach2015-07-151-3/+8
* Bug fix PM changes and LE connectivity mode fixesVenkatRaghavan VijayaRaghavan2015-07-141-0/+7
* Moved the OSI alarm_shutdown() operations to alarm_cleanup()Pavlin Radoslavov2015-06-011-8/+1
* Add missing clean_up step for the OSI module.Pavlin Radoslavov2015-05-281-0/+6
* Fix AlarmTestHarness so alarm tests pass againZach Johnson2015-05-181-0/+4
* Shutdown alarm callbacks on stack disable; added OSI moduleAndre Eisenbach2015-05-181-1/+23
* Elimininate unnecessary calls for releasing the wake lock.Pavlin Radoslavov2015-05-081-1/+2
* Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into mergeEtan Cohen2015-03-311-101/+176
|\
| * Add option for schedule_next_instance to force reschedulingZach Johnson2015-03-261-5/+5
| * Ensure alarms are called back when they expire in the pastZach Johnson2015-03-261-45/+90
| * Rewrite alarms to use a single posix timer instanceZach Johnson2015-03-261-41/+36
| * Rewrite alarm to avoid drift in the periodic versionZach Johnson2015-03-241-17/+22
| * Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-4/+4
| * Add ability to set periodic alarmsZach Johnson2015-03-161-31/+60
| * Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-10/+10
| * Don't touch alarm's contents if it has already been freed.Sharvil Nanavati2015-03-161-7/+7
| * Fix alarm setting for newer deadlinesZach Johnson2015-03-161-1/+1
| * Finish allocation tracking for the rest of osiZach Johnson2015-03-161-3/+4
* | Fix some more missing libc includes.Ian Coolidge2015-02-061-0/+1
* | Add missing includes.Elliott Hughes2015-01-281-0/+2
|/
* Fix string format error for 64-bit buildsMichael Wright2014-07-171-1/+2
* A simple, thread-safe timer API for bluedroid.Sharvil Nanavati2014-07-171-0/+282