Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/gki/common/
H A Dgki.h412 extern uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*);
H A Dgki_time.cc701 uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q* p_timer_listq, in GKI_get_remaining_ticks() function
/aosp12/hardware/st/nfc/1.0/gki/common/
H A Dgki.h443 extern uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*);
/aosp12/hardware/st/nfc/st21nfc/gki/common/
H A Dgki.h443 extern uint32_t GKI_get_remaining_ticks(TIMER_LIST_Q*, TIMER_LIST_ENT*);
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc97 return (GKI_get_remaining_ticks(&nfc_cb.timer_queue, p_tle)); in nfc_remaining_time()