Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dalarm.c303 int64_t next_expiration = next->deadline - now(); in reschedule_root_alarm() local
304 if (next_expiration < TIMER_INTERVAL_FOR_WAKELOCK_IN_MS) { in reschedule_root_alarm()
316 if (!bt_os_callouts->set_wake_alarm(next_expiration, true, timer_callback, NULL)) in reschedule_root_alarm()
317 LOG_ERROR("%s unable to set wake alarm for %" PRId64 "ms.", __func__, next_expiration); in reschedule_root_alarm()