Searched refs:scopeId (Results 1 – 2 of 2) sorted by relevance
64 final int scopeId = hasScopeId ? in.readInt() : 0; in unparcelInetAddress() local65 return Inet6Address.getByAddress(null /* host */, addressArray, scopeId); in unparcelInetAddress()
201 const std::vector<uint8_t> scopeId = toVector(scope); in getKeyRequestCommon() local204 std::vector<uint8_t> sessionId(scopeId.begin(), scopeId.end()); in getKeyRequestCommon()219 std::vector<uint8_t> keySetId(scopeId.begin(), scopeId.end()); in getKeyRequestCommon()362 const std::vector<uint8_t> scopeId = toVector(scope); in provideKeyResponse() local368 if (scopeId.size() < kKeySetIdPrefix.size()) { in provideKeyResponse()373 bool isRelease = (memcmp(scopeId.data(), kKeySetIdPrefix.data(), kKeySetIdPrefix.size()) == 0); in provideKeyResponse()375 keySetId.assign(scopeId.begin(), scopeId.end()); in provideKeyResponse()382 sessionId.assign(scopeId.begin(), scopeId.end()); in provideKeyResponse()