Home | History | Annotate | Download | only in btu

Lines Matching refs:timer_queue

333                         if (btu_cb.timer_queue.p_first == NULL)
380 GKI_update_timer_list (&btu_cb.timer_queue, 1);
382 while ((btu_cb.timer_queue.p_first) && (!btu_cb.timer_queue.p_first->ticks))
384 p_tle = btu_cb.timer_queue.p_first;
385 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
524 if (btu_cb.timer_queue.p_first == NULL)
584 if (btu_cb.timer_queue.p_first == NULL)
603 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
608 GKI_add_to_timer_list (&btu_cb.timer_queue, p_tle);
622 return(GKI_get_remaining_ticks (&btu_cb.timer_queue, p_tle));
637 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
652 if (btu_cb.timer_queue.p_first == NULL)