Lines Matching refs:cleanup_timer
37 uint32_t cleanup_timer; variable
72 phOsalNfc_Timer_Delete(cleanup_timer); in cleanup_timer_handler()
73 cleanup_timer=0; in cleanup_timer_handler()
280 phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
281 phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
282 cleanup_timer=0; in phNxpNciHal_NfcDep_rsp_ext()
325 cleanup_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
328 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, in phNxpNciHal_NfcDep_rsp_ext()
438 status = phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
439 status |= phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
443 cleanup_timer=0; in phNxpNciHal_clean_P2P_Prio()