Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_task.cc66 if (GKI_timer_list_empty(&nfc_cb.timer_queue)) { in nfc_start_timer()
116 while (!GKI_timer_list_empty(&nfc_cb.timer_queue) && in nfc_process_timer_evt()
143 if (GKI_timer_list_empty(&nfc_cb.timer_queue)) { in nfc_process_timer_evt()
161 if (GKI_timer_list_empty(&nfc_cb.timer_queue)) { in nfc_stop_timer()
184 if (GKI_timer_list_empty(&nfc_cb.quick_timer_queue)) { in nfc_start_quick_timer()
222 if (GKI_timer_list_empty(&nfc_cb.quick_timer_queue)) { in nfc_stop_quick_timer()
241 while (!GKI_timer_list_empty(&nfc_cb.quick_timer_queue) && in nfc_process_quick_timer_evt()
295 if (GKI_timer_list_empty(&nfc_cb.quick_timer_queue)) { in nfc_process_quick_timer_evt()
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc89 while (!GKI_timer_list_empty(&p_cb->timer_queue) && in nfa_sys_ptim_timer_update()
111 if (GKI_timer_list_empty(&p_cb->timer_queue)) { in nfa_sys_ptim_timer_update()
133 if (GKI_timer_list_empty(&p_cb->timer_queue)) { in nfa_sys_ptim_start_timer()
163 if (GKI_timer_list_empty(&p_cb->timer_queue)) { in nfa_sys_ptim_stop_timer()
/system/nfc/src/fuzzers/integration/fakes/
Dgki_time_fakes.cc97 bool GKI_timer_list_empty(TIMER_LIST_Q* p_timer_listq) { in GKI_timer_list_empty() function
/system/nfc/src/gki/common/
Dgki.h419 extern bool GKI_timer_list_empty(TIMER_LIST_Q*);
Dgki_time.cc694 bool GKI_timer_list_empty(TIMER_LIST_Q* p_timer_listq) { in GKI_timer_list_empty() function