Searched refs:custom_poll_timer (Results 1 – 1 of 1) sorted by relevance
47 static uint32_t custom_poll_timer; variable94 phOsalNfc_Timer_Delete(custom_poll_timer); in custom_poll_timer_handler()256 custom_poll_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()257 NXPLOG_NCIHAL_D("custom poll timer started - %d", custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()259 status = phOsalNfc_Timer_Start(custom_poll_timer, in phNxpNciHal_NfcDep_rsp_ext()295 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()296 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()304 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()305 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()444 status |= phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_clean_P2P_Prio()[all …]