Searched refs:offloadKey (Results 1 – 1 of 1) sorted by relevance
134 Integer offloadKey = tryAddProtocolResponses(networkInterface, offloadIntent); in writeOffloadData() local135 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() local205 offloadKey = mVendorService.addProtocolResponses( in tryAddProtocolResponses()213 if (offloadKey == INVALID_OFFLOAD_KEY) { in tryAddProtocolResponses()217 return offloadKey; in tryAddProtocolResponses()[all …]