Home
last modified time | relevance | path

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

/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadWriter.java135 Integer offloadKey = tryAddProtocolResponses(networkInterface, offloadIntent); in writeOffloadData() local
136 if (offloadKey != null) { in writeOffloadData()
137 offloaded.add(offloadKey); in writeOffloadData()
150 for (Integer offloadKey : offloadKeys) { in deleteOffloadData()
151 if (tryRemoveProtocolResponses(offloadKey)) { in deleteOffloadData()
152 deleted.add(offloadKey); in deleteOffloadData()
204 int offloadKey; in tryAddProtocolResponses() local
206 offloadKey = mVendorService.addProtocolResponses( in tryAddProtocolResponses()
214 if (offloadKey == INVALID_OFFLOAD_KEY) { in tryAddProtocolResponses()
218 return offloadKey; in tryAddProtocolResponses()
[all …]