Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/tml/
DphOsalNfc_Timer.cc28 #define PH_NFC_MAX_TIMER (5U) macro
29 static phOsalNfc_TimerHandle_t apTimerInfo[PH_NFC_MAX_TIMER];
85 if ((PH_NFC_TIMER_ID_ZERO != dwTimerId) && (dwTimerId <= PH_NFC_MAX_TIMER)) { 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()
282 for (dwIndex = 0; dwIndex < PH_NFC_MAX_TIMER; dwIndex++) { in phOsalNfc_Timer_Cleanup()
408 for (dwIndex = 0x00; ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval)); in phUtilNfc_CheckForAvailableTimer()
435 ((dwIndex < PH_NFC_MAX_TIMER) && (wRegisterStatus != NFCSTATUS_SUCCESS)); in phOsalNfc_CheckTimerPresence()