Searched refs:bt_os_callouts (Results 1 – 4 of 4) sorted by relevance
44 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()
107 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()
66 bt_os_callouts_t *bt_os_callouts = NULL; variable429 bt_os_callouts = callouts; in set_os_callouts()
88 bt_os_callouts_t *bt_os_callouts = &stub; variable