Searched refs:timer_queues (Results 1 – 2 of 2) sorted by relevance
80 gki_cb.com.timer_queues[tt] = NULL; in phUwb_gki_timers_init()747 if (gki_cb.com.timer_queues[tt] == p_timer_listq) return; in phUwb_GKI_add_to_timer_list()751 if (gki_cb.com.timer_queues[tt] == NULL) break; in phUwb_GKI_add_to_timer_list()754 gki_cb.com.timer_queues[tt] = p_timer_listq; in phUwb_GKI_add_to_timer_list()831 if (gki_cb.com.timer_queues[tt] == p_timer_listq) { in phUwb_GKI_remove_from_timer_list()832 gki_cb.com.timer_queues[tt] = NULL; in phUwb_GKI_remove_from_timer_list()
203 TIMER_LIST_Q* timer_queues[GKI_MAX_TIMER_QUEUES]; member