Searched refs:GKI_start_timer (Results 1 – 4 of 4) sorted by relevance
/system/nfc/src/nfc/nfc/ |
D | nfc_task.cc | 75 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer() 192 GKI_start_timer(NFC_QUICK_TIMER_ID, in nfc_start_quick_timer() 383 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task() 388 GKI_start_timer( in nfc_task()
|
/system/nfc/src/nfa/sys/ |
D | nfa_sys_ptim.cc | 135 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), true); in nfa_sys_ptim_start_timer()
|
/system/nfc/src/gki/common/ |
D | gki.h | 408 extern void GKI_start_timer(uint8_t, int32_t, bool);
|
D | gki_time.cc | 185 void GKI_start_timer(uint8_t tnum, int32_t ticks, bool is_continuous) { in GKI_start_timer() function
|