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.cc39 uint32_t cleanup_timer; variable
73 phOsalNfc_Timer_Delete(cleanup_timer); in cleanup_timer_handler()
74 cleanup_timer = 0; in cleanup_timer_handler()
260 phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
261 phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
262 cleanup_timer = 0; in phNxpNciHal_NfcDep_rsp_ext()
299 cleanup_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
302 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, CLEAN_UP_TIMEOUT, in phNxpNciHal_NfcDep_rsp_ext()
393 status = phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
394 status |= phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
[all …]
DphNxpNciHal_ext.cc35 extern uint32_t cleanup_timer;
292 if (cleanup_timer != 0) { in phNxpNciHal_process_ext_rsp()
305 } else if (p_ntf[0] == 0x41 && p_ntf[1] == 0x04 && cleanup_timer != 0) { in phNxpNciHal_process_ext_rsp()