Home
last modified time | relevance | path

Searched defs:getServiceAddress (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/staticlibs/netd/aidl_api/mdns_aidl_interface/2/android/net/mdns/aidl/
DIMDns.aidl60 void getServiceAddress(in android.net.mdns.aidl.GetAddressInfo info); in getServiceAddress() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/mdns_aidl_interface/current/android/net/mdns/aidl/
DIMDns.aidl60 void getServiceAddress(in android.net.mdns.aidl.GetAddressInfo info); in getServiceAddress() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/mdns_aidl_interface/1/android/net/mdns/aidl/
DIMDns.aidl42 void getServiceAddress(in android.net.mdns.aidl.GetAddressInfo info); in getServiceAddress() method
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/mdns/aidl/
DIMDns.aidl108 void getServiceAddress(in GetAddressInfo info); in getServiceAddress() method
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DMDnsManager.java147 public boolean getServiceAddress(int id, @NonNull String hostname, int interfaceIdx) { in getServiceAddress() method in MDnsManager