Home
last modified time | relevance | path

Searched refs:keyRequest (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_clearkey_module.cpp77 const std::vector<uint8_t>& keyRequest, in handleKeyRequest() argument
115 std::string req(keyRequest.begin(), keyRequest.end()); in handleKeyRequest()
117 EXPECT_EQ(expectedKeyRequestPersistent, keyRequest); in handleKeyRequest()
120 EXPECT_EQ(expectedKeyRequest, keyRequest); in handleKeyRequest()
Ddrm_hal_clearkey_module.h51 const std::vector<uint8_t>& keyRequest,
Ddrm_hal_common.cpp262 hidl_vec<uint8_t> keyRequest; in getKeyRequest() local
278 keyRequest = request; in getKeyRequest()
281 return keyRequest; in getKeyRequest()
318 hidl_vec<uint8_t> keyRequest = getKeyRequest(sessionId, configuration, type); in loadKeys() local
324 vendorModule->handleKeyRequest(keyRequest, configuration.serverUrl); in loadKeys()
Ddrm_hal_test.cpp218 hidl_vec<uint8_t> keyRequest = getKeyRequest(keySetId, content, KeyType::RELEASE); in TEST_P() local
225 vendorModule->handleKeyRequest(keyRequest, content.serverUrl); in TEST_P()
/hardware/interfaces/drm/1.0/vts/functional/include/
Ddrm_hal_vendor_module_api.h230 const std::vector<uint8_t>& keyRequest,
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_module_api.h230 const std::vector<uint8_t>& keyRequest,
Ddrm_hal_vendor_test.cpp302 hidl_vec<uint8_t> keyRequest; in loadKeys() local
314 keyRequest = request; in loadKeys()
322 vendorModule->handleKeyRequest(keyRequest, configuration.serverUrl); in loadKeys()