Home
last modified time | relevance | path

Searched refs:custom_poll_timer (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal_NfcDepSWPrio.cc49 static uint32_t custom_poll_timer; variable
96 phOsalNfc_Timer_Delete(custom_poll_timer); in custom_poll_timer_handler()
240 custom_poll_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
241 NXPLOG_NCIHAL_D("custom poll timer started - %d", custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
243 status = phOsalNfc_Timer_Start(custom_poll_timer, CUSTOM_POLL_TIMEOUT, in phNxpNciHal_NfcDep_rsp_ext()
270 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
271 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
278 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
279 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
396 status |= phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_clean_P2P_Prio()
[all …]