Searched defs:qname (Results 1 – 9 of 9) sorted by relevance
/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/ |
D | MdnsOffloadCmdService.java | 113 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/ |
D | IMdnsOffloadManager.aidl | 62 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList() 70 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList()
|
D | IMdnsOffload.aidl | 152 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/ |
D | IMdnsOffloadManager.aidl | 39 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/ |
D | IMdnsOffload.aidl | 28 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/ |
D | FakeMdnsOffloadService.java | 120 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/ |
D | OffloadWriter.java | 33 private static String convertQNameForVendorService(String qname) { in convertQNameForVendorService() 265 private boolean tryRemoveFromPassthroughList(String networkInterface, String qname) { in tryRemoveFromPassthroughList()
|
D | PriorityListManager.java | 40 int getPriority(String qname, int defaultPriority) { in getPriority()
|
D | OffloadIntentStore.java | 127 String qname, in registerPassthroughIntent() 157 boolean removePassthroughIntent(String qname, IBinder clientToken) { in removePassthroughIntent()
|