Searched refs:scopeId (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmPlugin.cpp | 193 const std::vector<uint8_t> scopeId = toVector(scope); in getKeyRequestCommon() local 196 std::vector<uint8_t> sessionId(scopeId.begin(), scopeId.end()); in getKeyRequestCommon() 211 std::vector<uint8_t> keySetId(scopeId.begin(), scopeId.end()); in getKeyRequestCommon() 351 const std::vector<uint8_t> scopeId = toVector(scope); in provideKeyResponse() local 357 bool isRelease = (memcmp(scopeId.data(), kKeySetIdPrefix.data(), kKeySetIdPrefix.size()) == 0); in provideKeyResponse() 359 keySetId.assign(scopeId.begin(), scopeId.end()); in provideKeyResponse() 366 sessionId.assign(scopeId.begin(), scopeId.end()); in provideKeyResponse()
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | RouterAdvertisementDaemon.java | 366 private static Inet6Address getAllNodesForScopeId(int scopeId) { in getAllNodesForScopeId() argument 368 return Inet6Address.getByAddress("ff02::1", ALL_NODES, scopeId); in getAllNodesForScopeId()
|
/frameworks/base/core/java/android/net/ |
D | LinkProperties.java | 1835 final int scopeId = hasScopeId ? p.readInt() : 0; in readAddress() local 1836 return Inet6Address.getByAddress(null /* host */, addr, scopeId); in readAddress()
|