Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphOsalNfc_Timer.c28 #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()
146 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()
256 if( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) in phOsalNfc_Timer_Delete()
293 for(dwIndex = 0; dwIndex < PH_NFC_MAX_TIMER; dwIndex++) in phOsalNfc_Timer_Cleanup()
427 ( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval) ); dwIndex++) in phUtilNfc_CheckForAvailableTimer()
456 for(dwIndex = 0x00; ( (dwIndex < PH_NFC_MAX_TIMER) && in phOsalNfc_CheckTimerPresence()