Searched defs:networkInterface (Results 1 – 10 of 10) sorted by relevance
/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/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/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | OffloadWriter.java | 128 String networkInterface, Collection<OffloadIntentStore.OffloadIntent> offloadIntents) { in writeOffloadData() 166 String networkInterface, in writePassthroughData() 191 Collection<String> deletePassthroughData(String networkInterface, Collection<String> qnames) { in deletePassthroughData() 203 String networkInterface, OffloadIntentStore.OffloadIntent offloadIntent) { in tryAddProtocolResponses() 233 private void trySetPassthroughBehavior(String networkInterface, byte passthroughMode) { in trySetPassthroughBehavior() 249 String networkInterface, in tryAddToPassthroughList() 273 private boolean tryRemoveFromPassthroughList(String networkInterface, String qname) { in tryRemoveFromPassthroughList()
|
D | OffloadIntentStore.java | 65 String networkInterface, in registerOffloadIntent() 83 Collection<OffloadIntent> getOffloadIntentsForInterface(String networkInterface) { in getOffloadIntentsForInterface() 128 String networkInterface, in registerPassthroughIntent() 145 List<PassthroughIntent> getPassthroughIntentsForInterface(String networkInterface) { in getPassthroughIntentsForInterface() 221 String networkInterface, in OffloadIntent() 261 String networkInterface, in PassthroughIntent()
|
D | MdnsOffloadManagerService.java | 390 int addProtocolResponses(@NonNull String networkInterface, in addProtocolResponses() 430 private NsdManagerOffloadEngine getInterfaceNsdOffloadEngine(String networkInterface) { in getInterfaceNsdOffloadEngine() 445 private InterfaceOffloadManager getInterfaceOffloadManager(String networkInterface) { in getInterfaceOffloadManager()
|
D | InterfaceOffloadManager.java | 27 InterfaceOffloadManager( in InterfaceOffloadManager()
|
/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 | 125 String networkInterface, in verifyOffloadedServices() 146 String networkInterface, in verifyPassthroughQNames()
|
D | MdnsOffloadManagerTest.java | 272 private void registerNetwork(Network network, String networkInterface) { in registerNetwork()
|