Searched refs:GKI_timer_list_empty (Results 1 – 5 of 5) sorted by relevance
66 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()
89 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()
97 bool GKI_timer_list_empty(TIMER_LIST_Q* p_timer_listq) { in GKI_timer_list_empty() function
419 extern bool GKI_timer_list_empty(TIMER_LIST_Q*);
694 bool GKI_timer_list_empty(TIMER_LIST_Q* p_timer_listq) { in GKI_timer_list_empty() function