Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/tml/
DphOsalNfc_Timer.cc405 uint32_t dwRetval = 0x00; in phUtilNfc_CheckForAvailableTimer() local
408 for (dwIndex = 0x00; ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval)); in phUtilNfc_CheckForAvailableTimer()
411 dwRetval = (dwIndex + 0x01); in phUtilNfc_CheckForAvailableTimer()
415 return (dwRetval); in phUtilNfc_CheckForAvailableTimer()
/hardware/nxp/uwb/halimpl/tml/
DphOsalUwb_Timer.cc385 uint32_t dwRetval = 0x00; in phUtilUwb_CheckForAvailableTimer() local
388 for (dwIndex = 0x00; ((dwIndex < PH_UWB_MAX_TIMER) && (0x00 == dwRetval)); in phUtilUwb_CheckForAvailableTimer()
391 dwRetval = (dwIndex + 0x01); in phUtilUwb_CheckForAvailableTimer()
395 return (dwRetval); in phUtilUwb_CheckForAvailableTimer()
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphOsalNfc_Timer.cc412 uint32_t dwRetval = 0x00; in phUtilNfc_CheckForAvailableTimer() local
415 for (dwIndex = 0x00; ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval)); in phUtilNfc_CheckForAvailableTimer()
418 dwRetval = (dwIndex + 0x01); in phUtilNfc_CheckForAvailableTimer()
422 return (dwRetval); in phUtilNfc_CheckForAvailableTimer()