HomeSort by relevance Sort by last modified time
    Searched refs:next_expiration (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 390 long next_expiration; /* Holds the next soonest expiration time after this update */ local
435 next_expiration = GKI_NO_NEW_TMRS_STARTED;
482 if (gki_cb.com.OSTaskTmr0[task_id] > 0 && gki_cb.com.OSTaskTmr0[task_id] < next_expiration)
483 next_expiration = gki_cb.com.OSTaskTmr0[task_id];
505 if (gki_cb.com.OSTaskTmr1[task_id] > 0 && gki_cb.com.OSTaskTmr1[task_id] < next_expiration)
506 next_expiration = gki_cb.com.OSTaskTmr1[task_id];
528 if (gki_cb.com.OSTaskTmr2[task_id] > 0 && gki_cb.com.OSTaskTmr2[task_id] < next_expiration)
529 next_expiration = gki_cb.com.OSTaskTmr2[task_id];
551 if (gki_cb.com.OSTaskTmr3[task_id] > 0 && gki_cb.com.OSTaskTmr3[task_id] < next_expiration)
552 next_expiration = gki_cb.com.OSTaskTmr3[task_id]
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 390 long next_expiration; /* Holds the next soonest expiration time after this update */ local
435 next_expiration = GKI_NO_NEW_TMRS_STARTED;
482 if (gki_cb.com.OSTaskTmr0[task_id] > 0 && gki_cb.com.OSTaskTmr0[task_id] < next_expiration)
483 next_expiration = gki_cb.com.OSTaskTmr0[task_id];
505 if (gki_cb.com.OSTaskTmr1[task_id] > 0 && gki_cb.com.OSTaskTmr1[task_id] < next_expiration)
506 next_expiration = gki_cb.com.OSTaskTmr1[task_id];
528 if (gki_cb.com.OSTaskTmr2[task_id] > 0 && gki_cb.com.OSTaskTmr2[task_id] < next_expiration)
529 next_expiration = gki_cb.com.OSTaskTmr2[task_id];
551 if (gki_cb.com.OSTaskTmr3[task_id] > 0 && gki_cb.com.OSTaskTmr3[task_id] < next_expiration)
552 next_expiration = gki_cb.com.OSTaskTmr3[task_id]
    [all...]
  /system/bt/osi/src/
alarm.c 484 const int64_t next_expiration = next->deadline - now(); local
485 if (next_expiration < TIMER_INTERVAL_FOR_WAKELOCK_IN_MS) {

Completed in 125 milliseconds