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

  /system/nfc/src/gki/common/
gki.h 412 extern uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*);
gki_time.cc 688 ** Function GKI_get_remaining_ticks
701 uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q* p_timer_listq,
720 "GKI_get_remaining_ticks: No timer entry in the list");
725 "GKI_get_remaining_ticks: timer entry is not active");
  /system/nfc/src/nfc/nfc/
nfc_task.cc 97 return (GKI_get_remaining_ticks(&nfc_cb.timer_queue, p_tle));

Completed in 123 milliseconds