Searched refs:GKI_get_remaining_ticks (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/gki/common/
H A Dgki.h195 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
H A Dgki_time.c580 ** Function GKI_get_remaining_ticks
592 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h469 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
H A Dgki_time.c737 ** Function GKI_get_remaining_ticks
749 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) function
772 BT_ERROR_TRACE_0(TRACE_LAYER_GKI, "GKI_get_remaining_ticks: No timer entry in the list");
778 BT_ERROR_TRACE_0(TRACE_LAYER_GKI, "GKI_get_remaining_ticks: timer entry is not active");
/external/libnfc-nci/src/gki/common/
H A Dgki.h471 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
H A Dgki_time.c737 ** Function GKI_get_remaining_ticks
749 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle) function
772 BT_ERROR_TRACE_0(TRACE_LAYER_GKI, "GKI_get_remaining_ticks: No timer entry in the list");
778 BT_ERROR_TRACE_0(TRACE_LAYER_GKI, "GKI_get_remaining_ticks: timer entry is not active");
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_task.c102 return (GKI_get_remaining_ticks (&nfc_cb.timer_queue, p_tle));
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c693 return(GKI_get_remaining_ticks (&btu_cb.timer_queue, p_tle));

Completed in 1150 milliseconds