Home
last modified time | relevance | path

Searched refs:GKI_start_timer (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c79 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE); in nfc_start_timer()
201GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_start_quick_timer()
405 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE); in nfc_task()
410GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_task()
/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE); in nfa_sys_ptim_start_timer()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c359GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TR… in nfc_hal_main_start_quick_timer()
665GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TR… in nfc_hal_main_task()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki.h465 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
Dgki_time.c196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
/external/libnfc-nci/src/gki/common/
Dgki.h467 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
Dgki_time.c196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function