Home
last modified time | relevance | path

Searched refs:timer_queues (Results 1 – 2 of 2) sorted by relevance

/external/uwb/src/gki/common/
Duwb_gki_time.cc80 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()
Duwb_gki_common.h203 TIMER_LIST_Q* timer_queues[GKI_MAX_TIMER_QUEUES]; member