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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c627 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
632 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) argument
634 p_timer_listq->p_first = NULL;
635 p_timer_listq->p_last = NULL;
636 p_timer_listq->last_ticks = 0;
671 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
681 UINT16 GKI_update_timer_list (TIMER_LIST_Q *p_timer_listq, INT32 num_units_since_last_update) argument
688 p_tle = p_timer_listq->p_first;
721 if (p_timer_listq->last_ticks > 0)
723 p_timer_listq
749 GKI_get_remaining_ticks(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) argument
800 GKI_add_to_timer_list(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) argument
903 GKI_remove_from_timer_list(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) argument
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c627 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
632 void GKI_init_timer_list (TIMER_LIST_Q *p_timer_listq) argument
634 p_timer_listq->p_first = NULL;
635 p_timer_listq->p_last = NULL;
636 p_timer_listq->last_ticks = 0;
671 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
681 UINT16 GKI_update_timer_list (TIMER_LIST_Q *p_timer_listq, INT32 num_units_since_last_update) argument
688 p_tle = p_timer_listq->p_first;
721 if (p_timer_listq->last_ticks > 0)
723 p_timer_listq
749 GKI_get_remaining_ticks(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) argument
800 GKI_add_to_timer_list(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) argument
903 GKI_remove_from_timer_list(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) argument
[all...]
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c491 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
525 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
535 UINT16 GKI_update_timer_list (TIMER_LIST_Q *p_timer_listq, INT32 num_units_since_last_update) argument
542 p_tle = p_timer_listq->p_first;
585 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
592 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) argument
599 p_tle = p_timer_listq->p_first;
632 ** Parameters p_timer_listq - (input) pointer to the timer list queue object
638 void GKI_add_to_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) argument
649 if (p_timer_listq
699 GKI_remove_from_timer_list(TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) argument
[all...]

Completed in 231 milliseconds