Searched refs:TimerId (Results 1 – 12 of 12) sorted by relevance
/hardware/nxp/nfc/snxxx/halimpl/tml/ |
D | phOsalNfc_Timer.cc | 99 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()
|
D | phOsalNfc_Timer.h | 38 typedef void (*pphOsalNfc_TimerCallbck_t)(uint32_t TimerId, void* pContext);
|
/hardware/nxp/nfc/pn8x/halimpl/tml/ |
D | phOsalNfc_Timer.cc | 99 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()
|
D | phOsalNfc_Timer.h | 38 typedef void (*pphOsalNfc_TimerCallbck_t)(uint32_t TimerId, void* pContext);
|
/hardware/nxp/nfc/pn8x/halimpl/dnld/ |
D | phDnldNfc_Internal.cc | 89 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/ |
D | phDnldNfc_Internal.cc | 90 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/ |
D | phNfcCommon.h | 116 uint32_t TimerId; /* ID of the timer */ member
|
/hardware/nxp/nfc/snxxx/halimpl/common/ |
D | phNfcCommon.h | 146 uint32_t TimerId; /* ID of the timer */ member
|
/hardware/nxp/nfc/pn8x/halimpl/hal/ |
D | phNxpNciHal_ext.cc | 59 static void hal_extns_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
|
/hardware/nxp/nfc/snxxx/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 496 static void hal_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
|
/hardware/nxp/nfc/pn8x/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 496 static void hal_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
|
/hardware/nxp/nfc/snxxx/halimpl/hal/ |
D | phNxpNciHal_ext.cc | 70 static void hal_extns_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
|