Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/tml/
DphOsalNfc_Timer.cc99 pTimerHandle->TimerId = dwTimerId; in phOsalNfc_Timer_Create()
150 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Start()
203 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Stop()
251 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Delete()
288 if ((0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Cleanup()
410 if (!(apTimerInfo[dwIndex].TimerId)) { in phUtilNfc_CheckForAvailableTimer()
439 (apTimerInfo[dwIndex].TimerId)) { in phOsalNfc_CheckTimerPresence()
DphOsalNfc_Timer.h38 typedef void (*pphOsalNfc_TimerCallbck_t)(uint32_t TimerId, void* pContext);
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphOsalNfc_Timer.cc99 pTimerHandle->TimerId = dwTimerId; in phOsalNfc_Timer_Create()
150 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Start()
203 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Stop()
251 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Delete()
288 if ((0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Cleanup()
410 if (!(apTimerInfo[dwIndex].TimerId)) { in phUtilNfc_CheckForAvailableTimer()
439 (apTimerInfo[dwIndex].TimerId)) { in phOsalNfc_CheckTimerPresence()
DphOsalNfc_Timer.h38 typedef void (*pphOsalNfc_TimerCallbck_t)(uint32_t TimerId, void* pContext);
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc_Internal.cc89 static void phDnldNfc_RspTimeOutCb(uint32_t TimerId, void* pContext);
90 static void phDnldNfc_ResendTimeOutCb(uint32_t TimerId, void* pContext);
195 uint32_t TimerId; in phDnldNfc_ProcessSeqState() local
213 TimerId = phOsalNfc_Timer_Create(); in phDnldNfc_ProcessSeqState()
215 if (0 == TimerId) { in phDnldNfc_ProcessSeqState()
222 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId; in phDnldNfc_ProcessSeqState()
354 uint32_t TimerId; in phDnldNfc_ProcessRWSeqState() local
364 TimerId = phOsalNfc_Timer_Create(); in phDnldNfc_ProcessRWSeqState()
366 if (0 == TimerId) { in phDnldNfc_ProcessRWSeqState()
371 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId; in phDnldNfc_ProcessRWSeqState()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc_Internal.cc90 static void phDnldNfc_RspTimeOutCb(uint32_t TimerId, void* pContext);
91 static void phDnldNfc_ResendTimeOutCb(uint32_t TimerId, void* pContext);
196 uint32_t TimerId; in phDnldNfc_ProcessSeqState() local
208 TimerId = phOsalNfc_Timer_Create(); in phDnldNfc_ProcessSeqState()
210 if (0 == TimerId) { in phDnldNfc_ProcessSeqState()
217 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId; in phDnldNfc_ProcessSeqState()
346 uint32_t TimerId; in phDnldNfc_ProcessRWSeqState() local
356 TimerId = phOsalNfc_Timer_Create(); in phDnldNfc_ProcessRWSeqState()
358 if (0 == TimerId) { in phDnldNfc_ProcessRWSeqState()
363 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId; in phDnldNfc_ProcessRWSeqState()
[all …]
/hardware/nxp/nfc/pn8x/halimpl/common/
DphNfcCommon.h116 uint32_t TimerId; /* ID of the timer */ member
/hardware/nxp/nfc/snxxx/halimpl/common/
DphNfcCommon.h146 uint32_t TimerId; /* ID of the timer */ member
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal_ext.cc59 static void hal_extns_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
/hardware/nxp/nfc/snxxx/halimpl/self-test/
DphNxpNciHal_SelfTest.cc496 static void hal_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
/hardware/nxp/nfc/pn8x/halimpl/self-test/
DphNxpNciHal_SelfTest.cc496 static void hal_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_ext.cc70 static void hal_extns_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);