Searched refs:p_timer_listq (Results 1 – 3 of 3) sorted by relevance
632 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) in GKI_init_timer_list() argument634 p_timer_listq->p_first = NULL; in GKI_init_timer_list()635 p_timer_listq->p_last = NULL; in GKI_init_timer_list()636 p_timer_listq->last_ticks = 0; in GKI_init_timer_list()681 UINT16 GKI_update_timer_list (TIMER_LIST_Q *p_timer_listq, INT32 num_units_since_last_update) in GKI_update_timer_list() argument688 p_tle = p_timer_listq->p_first; in GKI_update_timer_list()721 if (p_timer_listq->last_ticks > 0) in GKI_update_timer_list()723 p_timer_listq->last_ticks -= num_units_since_last_update; in GKI_update_timer_list()728 if (p_timer_listq->last_ticks < 0) in GKI_update_timer_list()729 p_timer_listq->last_ticks = 0; in GKI_update_timer_list()[all …]
643 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) in GKI_init_timer_list() argument645 p_timer_listq->p_first = NULL; in GKI_init_timer_list()646 p_timer_listq->p_last = NULL; in GKI_init_timer_list()647 p_timer_listq->last_ticks = 0; in GKI_init_timer_list()692 UINT16 GKI_update_timer_list (TIMER_LIST_Q *p_timer_listq, INT32 num_units_since_last_update) in GKI_update_timer_list() argument699 p_tle = p_timer_listq->p_first; in GKI_update_timer_list()732 if (p_timer_listq->last_ticks > 0) in GKI_update_timer_list()734 p_timer_listq->last_ticks -= num_units_since_last_update; in GKI_update_timer_list()739 if (p_timer_listq->last_ticks < 0) in GKI_update_timer_list()740 p_timer_listq->last_ticks = 0; in GKI_update_timer_list()[all …]