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