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.java134 Integer offloadKey = tryAddProtocolResponses(networkInterface, offloadIntent); in writeOffloadData() local
135 if (offloadKey != null) { in writeOffloadData()
136 offloaded.add(offloadKey); in writeOffloadData()
149 for (Integer offloadKey : offloadKeys) { in deleteOffloadData()
150 if (tryRemoveProtocolResponses(offloadKey)) { in deleteOffloadData()
151 deleted.add(offloadKey); in deleteOffloadData()
203 int offloadKey; in tryAddProtocolResponses() local
205 offloadKey = mVendorService.addProtocolResponses( in tryAddProtocolResponses()
213 if (offloadKey == INVALID_OFFLOAD_KEY) { in tryAddProtocolResponses()
217 return offloadKey; in tryAddProtocolResponses()
[all …]