Home
last modified time | relevance | path

Searched defs:networkInterface (Results 1 – 10 of 10) sorted by relevance

/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadWriter.java127 String networkInterface, Collection<OffloadIntentStore.OffloadIntent> offloadIntents) { in writeOffloadData()
165 String networkInterface, in writePassthroughData()
190 Collection<String> deletePassthroughData(String networkInterface, Collection<String> qnames) { in deletePassthroughData()
202 String networkInterface, OffloadIntentStore.OffloadIntent offloadIntent) { in tryAddProtocolResponses()
232 private void trySetPassthroughBehavior(String networkInterface, byte passthroughMode) { in trySetPassthroughBehavior()
244 String networkInterface, in tryAddToPassthroughList()
265 private boolean tryRemoveFromPassthroughList(String networkInterface, String qname) { in tryRemoveFromPassthroughList()
DOffloadIntentStore.java63 String networkInterface, in registerOffloadIntent()
81 Collection<OffloadIntent> getOffloadIntentsForInterface(String networkInterface) { in getOffloadIntentsForInterface()
126 String networkInterface, in registerPassthroughIntent()
143 List<PassthroughIntent> getPassthroughIntentsForInterface(String networkInterface) { in getPassthroughIntentsForInterface()
219 String networkInterface, in OffloadIntent()
259 String networkInterface, in PassthroughIntent()
DInterfaceOffloadManager.java27 InterfaceOffloadManager( in InterfaceOffloadManager()
DMdnsOffloadManagerService.java374 private InterfaceOffloadManager getInterfaceOffloadManager(String networkInterface) { in getInterfaceOffloadManager()
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/
DIMdnsOffload.aidl119 int addProtocolResponses(String networkInterface, // eth0, wlan0,... in addProtocolResponses()
152 boolean addToPassthroughList(String networkInterface, String qname); in addToPassthroughList()
158 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList()
173 void setPassthroughBehavior(String networkInterface, PassthroughBehavior behavior); in setPassthroughBehavior()
DIMdnsOffloadManager.aidl45 String networkInterface, in OffloadServiceInfo offloadData, IBinder clientToken); in addProtocolResponses()
62 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList()
70 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/
DIMdnsOffload.aidl24 …int addProtocolResponses(String networkInterface, in device.google.atv.mdns_offload.IMdnsOffload.M… in addProtocolResponses()
28 boolean addToPassthroughList(String networkInterface, String qname); in addToPassthroughList()
29 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList()
30 …void setPassthroughBehavior(String networkInterface, device.google.atv.mdns_offload.IMdnsOffload.P… in setPassthroughBehavior()
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload_manager-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl37 …int addProtocolResponses(String networkInterface, in device.google.atv.mdns_offload.IMdnsOffloadMa… in addProtocolResponses()
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/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DTestHelpers.java124 String networkInterface, in verifyOffloadedServices()
140 String networkInterface, in verifyPassthroughQNames()
DMdnsOffloadManagerTest.java252 private void registerNetwork(Network network, String networkInterface) { in registerNetwork()