Home
last modified time | relevance | path

Searched defs:addToPassthroughList (Results 1 – 5 of 5) sorted by relevance

/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl62 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList() method
DIMdnsOffload.aidl152 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/
DIMdnsOffloadManager.aidl39 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/
DIMdnsOffload.aidl28 boolean addToPassthroughList(String networkInterface, String qname); in addToPassthroughList() method
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DFakeMdnsOffloadService.java120 public boolean addToPassthroughList(String iface, String qname) in addToPassthroughList() method in FakeMdnsOffloadService