Searched refs:GKI_start_timer (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_task.c | 79 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE); in nfc_start_timer() 201 … GKI_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() 410 … GKI_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/ |
D | nfa_sys_ptim.c | 140 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/ |
D | nfc_hal_main.c | 359 …GKI_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() 665 …GKI_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/ |
D | gki.h | 465 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
|
D | gki_time.c | 196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 467 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
|
D | gki_time.c | 196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
|