Searched refs:GKI_start_timer (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/nfc/src/nfc/nfc/ |
H A 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()
|
/aosp12/system/nfc/src/nfa/sys/ |
H A 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()
|
/aosp12/system/nfc/src/gki/common/ |
H A D | gki.h | 408 extern void GKI_start_timer(uint8_t, int32_t, bool);
|
H A D | gki_time.cc | 185 void GKI_start_timer(uint8_t tnum, int32_t ticks, bool is_continuous) { in GKI_start_timer() function
|
/aosp12/hardware/st/nfc/1.0/gki/common/ |
H A D | gki.h | 439 extern void GKI_start_timer(uint8_t, int32_t, bool);
|
/aosp12/hardware/st/nfc/st21nfc/gki/common/ |
H A D | gki.h | 439 extern void GKI_start_timer(uint8_t, int32_t, bool);
|