Home
last modified time | relevance | path

Searched defs:qname (Results 1 – 9 of 9) sorted by relevance

/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/
DMdnsOffloadCmdService.java113 private void registerPassthrough(String qname, String iface) { in registerPassthrough()
141 private void removePassthrough(String qname, String iface) { in removePassthrough()
187 String qname = intent.getStringExtra("qname"); in onReceive() local
197 String qname = intent.getStringExtra("qname"); in onReceive() local
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl62 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList()
70 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList()
DIMdnsOffload.aidl152 boolean addToPassthroughList(String networkInterface, String qname); in addToPassthroughList()
158 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList()
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload_manager-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl39 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList()
40 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList()
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffload.aidl28 boolean addToPassthroughList(String networkInterface, String qname); in addToPassthroughList()
29 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList()
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DFakeMdnsOffloadService.java120 public boolean addToPassthroughList(String iface, String qname) in addToPassthroughList()
134 public void removeFromPassthroughList(String iface, String qname) in removeFromPassthroughList()
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadWriter.java33 private static String convertQNameForVendorService(String qname) { in convertQNameForVendorService()
265 private boolean tryRemoveFromPassthroughList(String networkInterface, String qname) { in tryRemoveFromPassthroughList()
DPriorityListManager.java40 int getPriority(String qname, int defaultPriority) { in getPriority()
DOffloadIntentStore.java127 String qname, in registerPassthroughIntent()
157 boolean removePassthroughIntent(String qname, IBinder clientToken) { in removePassthroughIntent()