Home
last modified time | relevance | path

Searched refs:p_timer_listq (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/gki/common/
Dgki_time.c632 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) in GKI_init_timer_list() argument
634 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() argument
688 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 …]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_time.c632 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) in GKI_init_timer_list() argument
634 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() argument
688 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 …]
/external/bluetooth/bluedroid/gki/common/
Dgki_time.c643 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) in GKI_init_timer_list() argument
645 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() argument
699 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 …]