Home
last modified time | relevance | path

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

/system/core/adb/client/
Dtransport_mdns.cpp628 int errorCodes[kNumADBDNSServices]; in init_mdns_transport_discovery_thread() local
630 errorCodes[i] = DNSServiceBrowse(&service_refs[i], 0, 0, kADBDNSServices[i], nullptr, in init_mdns_transport_discovery_thread()
633 if (errorCodes[i] != kDNSServiceErr_NoError) { in init_mdns_transport_discovery_thread()
634 D("Got %d browsing for mDNS service %s.", errorCodes[i], kADBDNSServices[i]); in init_mdns_transport_discovery_thread()
637 if (errorCodes[i] == kDNSServiceErr_NoError) { in init_mdns_transport_discovery_thread()