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

/system/nfc/src/gki/common/
H A Dgki_time.cc362 long next_expiration; /* Holds the next soonest expiration time after this local
402 next_expiration = GKI_NO_NEW_TMRS_STARTED;
448 gki_cb.com.OSTaskTmr0[task_id] < next_expiration)
449 next_expiration = gki_cb.com.OSTaskTmr0[task_id];
470 gki_cb.com.OSTaskTmr1[task_id] < next_expiration)
471 next_expiration = gki_cb.com.OSTaskTmr1[task_id];
492 gki_cb.com.OSTaskTmr2[task_id] < next_expiration)
493 next_expiration = gki_cb.com.OSTaskTmr2[task_id];
514 gki_cb.com.OSTaskTmr3[task_id] < next_expiration)
515 next_expiration
[all...]
/system/bt/osi/src/
H A Dalarm.cc464 int64_t next_expiration; local
473 next_expiration = next->deadline - now();
474 if (next_expiration < TIMER_INTERVAL_FOR_WAKELOCK_IN_MS) {

Completed in 63 milliseconds