Home
last modified time | relevance | path

Searched refs:bt_os_callouts (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/osi/src/
Dalarm.c44 extern bt_os_callouts_t *bt_os_callouts;
244 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID); in reschedule()
251 int status = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID); in reschedule()
278 if (!bt_os_callouts->set_wake_alarm(next_exp, true, timer_callback, next)) in reschedule()
281 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID); in reschedule()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c107 extern bt_os_callouts_t *bt_os_callouts;
200 int rc = bt_os_callouts->release_wake_lock(WAKE_LOCK_ID); in alarm_service_reschedule()
214 int rc = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID); in alarm_service_reschedule()
231 if (!bt_os_callouts->set_wake_alarm(ticks_in_millis, true, bt_alarm_cb, &alarm_service)) in alarm_service_reschedule()
238 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID); in alarm_service_reschedule()
/external/bluetooth/bluedroid/btif/src/
Dbluetooth.c66 bt_os_callouts_t *bt_os_callouts = NULL; variable
429 bt_os_callouts = callouts; in set_os_callouts()
/external/bluetooth/bluedroid/osi/test/
Dalarm_test.cpp88 bt_os_callouts_t *bt_os_callouts = &stub; variable