Home
last modified time | relevance | path

Searched refs:keySetId (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp400 hidl_vec<uint8_t> keySetId; in loadKeys() local
406 keySetId = myKeySetId; in loadKeys()
409 return keySetId; in loadKeys()
510 [&](Status status, const hidl_vec<uint8_t>& keySetId) { in TEST_F() argument
512 EXPECT_EQ(0u, keySetId.size()); in TEST_F()
527 [&](Status status, const hidl_vec<uint8_t>& keySetId) { in TEST_F() argument
529 EXPECT_EQ(0u, keySetId.size()); in TEST_F()
542 [&](Status status, const hidl_vec<uint8_t>& keySetId) { in TEST_F() argument
544 EXPECT_EQ(0u, keySetId.size()); in TEST_F()
575 hidl_vec<uint8_t> keySetId = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}; in TEST_F() local
[all …]
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp109 Vector<uint8_t> keySetId; in provideKeyResponse() local
111 toVector(response), keySetId); in provideKeyResponse()
112 _hidl_cb(toStatus(status), toHidlVec(keySetId)); in provideKeyResponse()
121 const hidl_vec<uint8_t>& keySetId) { in restoreKeys() argument
123 toVector(keySetId)); in restoreKeys()
DDrmPlugin.h69 const hidl_vec<uint8_t>& keySetId) override;
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal61 * @param scope may be a sessionId or a keySetId, depending on the
64 * When the keyType is RELEASE, scope should be set to the keySetId
105 * @param scope may be a sessionId or a keySetId depending on the type
108 * the keySetId when the response is for a release request.
120 * @return keySetId when the response is for an offline key request, a
121 * keySetId is returned in the keySetId vector parameter that can be used
123 * When the response is for a streaming or release request, no keySetId is
127 generates (Status status, vec<uint8_t> keySetId);
144 * @param keySetId identifies the keys to load, obtained from a prior
152 vec<uint8_t> keySetId) generates (Status status);
/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp359 hidl_vec<uint8_t> keySetId; in loadKeys() local
365 keySetId = myKeySetId; in loadKeys()
368 return keySetId; in loadKeys()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal75 * @param scope may be a sessionId or a keySetId, depending on the
79 * keySetId of the keys being released.