Searched defs:networkInterface (Results 1 – 10 of 10) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | OffloadWriter.java | 127 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()
|
D | OffloadIntentStore.java | 63 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()
|
D | InterfaceOffloadManager.java | 27 InterfaceOffloadManager( in InterfaceOffloadManager()
|
D | MdnsOffloadManagerService.java | 374 private InterfaceOffloadManager getInterfaceOffloadManager(String networkInterface) { in getInterfaceOffloadManager()
|
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/ |
D | IMdnsOffload.aidl | 119 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()
|
D | IMdnsOffloadManager.aidl | 45 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/ |
D | IMdnsOffload.aidl | 24 …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/ |
D | IMdnsOffloadManager.aidl | 37 …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/ |
D | TestHelpers.java | 124 String networkInterface, in verifyOffloadedServices() 140 String networkInterface, in verifyPassthroughQNames()
|
D | MdnsOffloadManagerTest.java | 252 private void registerNetwork(Network network, String networkInterface) { in registerNetwork()
|