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()253 custom_poll_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()254 NXPLOG_NCIHAL_D("custom poll timer started - %d", custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()256 status = phOsalNfc_Timer_Start(custom_poll_timer, in phNxpNciHal_NfcDep_rsp_ext()292 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()293 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()301 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()302 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()441 status |= phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_clean_P2P_Prio()[all …]