Lines Matching refs:cleanup_timer
39 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()
398 cleanup_timer = 0; in phNxpNciHal_clean_P2P_Prio()