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

/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c586 ** p_target_tle - (input) pointer to a timer list queue entry
592 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) argument
597 if (p_target_tle->in_use)
602 while ((p_tle)&&(p_tle != p_target_tle))
609 if (p_tle == p_target_tle)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c743 ** p_target_tle - (input) pointer to a timer list queue entry
749 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) argument
754 if (p_target_tle->in_use)
759 while ((p_tle)&&(p_tle != p_target_tle))
766 if (p_tle == p_target_tle)
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c743 ** p_target_tle - (input) pointer to a timer list queue entry
749 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) argument
754 if (p_target_tle->in_use)
759 while ((p_tle)&&(p_tle != p_target_tle))
766 if (p_tle == p_target_tle)

Completed in 181 milliseconds