Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphOsalNfc_Timer.c422 uint32_t dwRetval = 0x00; in phUtilNfc_CheckForAvailableTimer() local
427 ( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval) ); dwIndex++) in phUtilNfc_CheckForAvailableTimer()
431 dwRetval = (dwIndex + 0x01); in phUtilNfc_CheckForAvailableTimer()
435 return (dwRetval); in phUtilNfc_CheckForAvailableTimer()
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2398 DWORD dwRetval = getaddrinfo(szHostName, NULL, &hints, &result); in LocalHostAddressIPV6() local
2399 if ( dwRetval != 0 ) in LocalHostAddressIPV6()
2402 "getaddrinfo failed, error:%d", dwRetval); in LocalHostAddressIPV6()