Searched refs:addToPassthroughList (Results 1 – 9 of 9) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 413 mOffloadManagerBinder.addToPassthroughList(IFC_0, "atv", mClientBinder0); in addingToPassthroughList_setsPassthroughBehaviorAndPropagatesToVendorService() 430 mOffloadManagerBinder.addToPassthroughList(IFC_0, "atv", mClientBinder0); in passthroughOrderIsMaintained() 431 mOffloadManagerBinder.addToPassthroughList(IFC_0, "gtv", mClientBinder0); in passthroughOrderIsMaintained() 432 mOffloadManagerBinder.addToPassthroughList(IFC_0, "airplay", mClientBinder0); in passthroughOrderIsMaintained() 444 mOffloadManagerBinder.addToPassthroughList(IFC_0, "atv", mClientBinder0); in removingPassthroughQName_maintainsOrder() 445 mOffloadManagerBinder.addToPassthroughList(IFC_0, "gtv", mClientBinder0); in removingPassthroughQName_maintainsOrder() 446 mOffloadManagerBinder.addToPassthroughList(IFC_0, "airplay", mClientBinder0); in removingPassthroughQName_maintainsOrder() 461 mOffloadManagerBinder.addToPassthroughList(IFC_0, "atv", mClientBinder0); in removingNonexistentPassthroughQName_doesNothing() 462 mOffloadManagerBinder.addToPassthroughList(IFC_0, "gtv", mClientBinder0); in removingNonexistentPassthroughQName_doesNothing() 463 mOffloadManagerBinder.addToPassthroughList(IFC_0, "airplay", mClientBinder0); in removingNonexistentPassthroughQName_doesNothing() [all …]
|
D | FakeMdnsOffloadService.java | 120 public boolean addToPassthroughList(String iface, String qname) in addToPassthroughList() method in FakeMdnsOffloadService
|
/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() method
|
D | IMdnsOffload.aidl | 152 boolean addToPassthroughList(String networkInterface, String qname); in addToPassthroughList() method
|
/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() method
|
/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() method
|
/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/ |
D | MdnsOffloadCmdService.java | 120 mMdnsOffloadManagerService.addToPassthroughList(iface, qname, mBinder); in registerPassthrough()
|
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | OffloadWriter.java | 249 addedEntry = mVendorService.addToPassthroughList(networkInterface, simpleQName); in tryAddToPassthroughList()
|
D | MdnsOffloadManagerService.java | 320 public void addToPassthroughList(
|