Searched refs:removeFromPassthroughList (Results 1 – 9 of 9) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 449 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "gtv", mClientBinder0); in removingPassthroughQName_maintainsOrder() 467 mOffloadManagerBinder.removeFromPassthroughList( in removingNonexistentPassthroughQName_doesNothing() 472 verify(mVendorService, never()).removeFromPassthroughList(eq(IFC_0), anyString()); in removingNonexistentPassthroughQName_doesNothing() 488 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "gtv", mClientBinder1); in removingPassthroughQNameHoldingInvalidClientBinder_doesNothing() 505 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "atv", mClientBinder0); in removingAllEntriesFromPassthroughList_disablesPassthroughBehavior() 506 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "gtv", mClientBinder0); in removingAllEntriesFromPassthroughList_disablesPassthroughBehavior()
|
D | FakeMdnsOffloadService.java | 134 public void removeFromPassthroughList(String iface, String qname) in removeFromPassthroughList() method in FakeMdnsOffloadService
|
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/ |
D | IMdnsOffloadManager.aidl | 70 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList() method
|
D | IMdnsOffload.aidl | 158 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList() 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 | 40 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList() 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 | 29 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList() method
|
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerService.java | 335 () -> removeFromPassthroughList( 348 public void removeFromPassthroughList(
|
D | OffloadWriter.java | 268 mVendorService.removeFromPassthroughList(networkInterface, simpleQName); in tryRemoveFromPassthroughList()
|
/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/ |
D | MdnsOffloadCmdService.java | 148 mMdnsOffloadManagerService.removeFromPassthroughList(iface, qname, mBinder); in removePassthrough()
|