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.cc51 static uint32_t custom_poll_timer; variable
98 phOsalNfc_Timer_Delete(custom_poll_timer); in custom_poll_timer_handler()
242 custom_poll_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
243 NXPLOG_NCIHAL_D("custom poll timer started - %d", custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
245 status = phOsalNfc_Timer_Start(custom_poll_timer, CUSTOM_POLL_TIMEOUT, in phNxpNciHal_NfcDep_rsp_ext()
272 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
273 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
280 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
281 phOsalNfc_Timer_Delete(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
398 status |= phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_clean_P2P_Prio()
[all …]