Home
last modified time | relevance | path

Searched refs:cleanup_timer (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal_NfcDepSWPrio.cc41 uint32_t cleanup_timer; variable
75 phOsalNfc_Timer_Delete(cleanup_timer); in cleanup_timer_handler()
76 cleanup_timer = 0; in cleanup_timer_handler()
262 phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
263 phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
264 cleanup_timer = 0; in phNxpNciHal_NfcDep_rsp_ext()
301 cleanup_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
304 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, CLEAN_UP_TIMEOUT, in phNxpNciHal_NfcDep_rsp_ext()
395 status = phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
396 status |= phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
[all …]
DphNxpNciHal_ext.cc35 extern uint32_t cleanup_timer;
307 if (cleanup_timer != 0) { in phNxpNciHal_process_ext_rsp()
320 } else if (p_ntf[0] == 0x41 && p_ntf[1] == 0x04 && cleanup_timer != 0) { in phNxpNciHal_process_ext_rsp()