Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/pn8x/halimpl/tml/
H A DphOsalNfc_Timer.cc29 static phOsalNfc_TimerHandle_t apTimerInfo[PH_NFC_MAX_TIMER];
75 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Create()
144 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Start()
147 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Start()
198 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Stop()
200 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Stop()
244 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Delete()
246 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Delete()
281 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Cleanup()
318 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_DeferredCall()
[all …]
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/
H A DphOsalNfc_Timer.cc29 static phOsalNfc_TimerHandle_t apTimerInfo[PH_NFC_MAX_TIMER];
75 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Create()
144 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Start()
147 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Start()
198 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Stop()
200 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Stop()
244 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Delete()
246 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Delete()
281 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_Timer_Cleanup()
318 phOsalNfc_TimerHandle_t* pTimerHandle; in phOsalNfc_DeferredCall()
[all …]
/aosp12/hardware/nxp/nfc/pn8x/halimpl/common/
H A DphNfcCommon.h127 } phOsalNfc_TimerHandle_t, *pphOsalNfc_TimerHandle_t; typedef
/aosp12/hardware/nxp/nfc/snxxx/halimpl/common/
H A DphNfcCommon.h157 } phOsalNfc_TimerHandle_t, *pphOsalNfc_TimerHandle_t; typedef