Home
last modified time | relevance | path

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

/system/nfc/halimpl/pn54x/hal/
DphNxpNciHal_NfcDepSWPrio.c260 phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
270 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
278 phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_NfcDep_rsp_ext()
393 status = phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
396 status |= phOsalNfc_Timer_Stop(custom_poll_timer); in phNxpNciHal_clean_P2P_Prio()
DphNxpNciHal_ext.c474 status = phOsalNfc_Timer_Stop(timeoutTimerId); in phNxpNciHal_process_ext_cmd_rsp()
/system/nfc/halimpl/pn54x/tml/
DphOsalNfc_Timer.h77 NFCSTATUS phOsalNfc_Timer_Stop(uint32_t dwTimerId);
DphOsalNfc_Timer.c193 NFCSTATUS phOsalNfc_Timer_Stop(uint32_t dwTimerId) { in phOsalNfc_Timer_Stop() function
DphTmlNfc.c352 phOsalNfc_Timer_Stop(gpphTmlNfc_Context->dwTimerId); in phTmlNfc_TmlThread()
/system/nfc/halimpl/pn54x/dnld/
DphDnldNfc_Internal.c303 (void)phOsalNfc_Timer_Stop(pDlCtxt->TimerInfo.dwRspTimerId); in phDnldNfc_ProcessSeqState()
455 (void)phOsalNfc_Timer_Stop(pDlCtxt->TimerInfo.dwRspTimerId); in phDnldNfc_ProcessRWSeqState()
/system/nfc/halimpl/pn54x/self-test/
DphNxpNciHal_SelfTest.c987 NFCSTATUS status = phOsalNfc_Timer_Stop(timeoutTimerId); in hal_read_cb()