HomeSort by relevance Sort by last modified time
    Searched full:next_exp (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/osi/src/
alarm.c 249 int64_t next_exp = next->deadline - now(); local
250 if (next_exp < TIMER_INTERVAL_FOR_WAKELOCK_IN_MS) {
278 if (!bt_os_callouts->set_wake_alarm(next_exp, true, timer_callback, next))
279 ALOGE("%s unable to set wake alarm for %" PRId64 "ms.", __func__, next_exp);

Completed in 102 milliseconds