Home
last modified time | relevance | path

Searched refs:setPassthroughBehavior (Results 1 – 5 of 5) sorted by relevance

/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/
DIMdnsOffload.aidl173 void setPassthroughBehavior(String networkInterface, PassthroughBehavior behavior); in setPassthroughBehavior() method
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffload.aidl30 …void setPassthroughBehavior(String networkInterface, device.google.atv.mdns_offload.IMdnsOffload.P… in setPassthroughBehavior() method
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DFakeMdnsOffloadService.java145 public void setPassthroughBehavior(String iface, byte behavior) in setPassthroughBehavior() method in FakeMdnsOffloadService
DMdnsOffloadManagerTest.java471 verify(mVendorService, never()).setPassthroughBehavior(eq(IFC_0), anyByte()); in removingNonexistentPassthroughQName_doesNothing()
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadWriter.java234 mVendorService.setPassthroughBehavior(networkInterface, passthroughMode); in trySetPassthroughBehavior()