Searched refs:getKeyRequest (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/drm/1.0/ |
D | types.hal | 63 * The DRM plugin must return ERROR_DRM_NOT_PROVISIONED from getKeyRequest, 119 * license server. The request message data is obtained using getKeyRequest. 165 * request returned from getKeyRequest.
|
D | IDrmPlugin.hal | 58 * getKeyRequest() is used to obtain an opaque key request blob that is 82 * getKeyRequest is not supported at the time of the call, BAD_VALUE if any 96 getKeyRequest(vec<uint8_t> scope, vec<uint8_t> initData,
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 197 hidl_vec<uint8_t> DrmHalTest::getKeyRequest( in getKeyRequest() function in android::hardware::drm::V1_2::vts::DrmHalTest 257 hidl_vec<uint8_t> keyRequest = getKeyRequest(sessionId, configuration, type); in loadKeys()
|
D | drm_hal_common.h | 118 hidl_vec<uint8_t> getKeyRequest(const SessionId& sessionId,
|
D | drm_hal_test.cpp | 233 hidl_vec<uint8_t> keyRequest = getKeyRequest(keySetId, content, KeyType::RELEASE); in TEST_P()
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 43 Return<void> DrmPlugin::getKeyRequest(const hidl_vec<uint8_t>& scope, in getKeyRequest() function in android::hardware::drm::V1_0::implementation::DrmPlugin 80 status = mLegacyPlugin->getKeyRequest(toVector(scope), in getKeyRequest()
|
D | DrmPlugin.h | 57 Return<void> getKeyRequest(const hidl_vec<uint8_t>& scope,
|
/hardware/interfaces/drm/1.2/ |
D | types.hal | 36 * release using {@link #getKeyRequest} with KEY_TYPE_RELEASE but the
|
D | IDrmPlugin.hal | 63 * request/response exchange using getKeyRequest where the KeyType 86 * getKeyRequest with KeyType RELEASE but the key response has not 134 * if getKeyRequest is not supported at the time of the call, BAD_VALUE
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 390 auto res = drmPlugin->getKeyRequest( in loadKeys() 449 auto res = drmPlugin->getKeyRequest( in TEST_F() 468 auto res = drmPlugin->getKeyRequest( in TEST_F() 489 auto res = drmPlugin->getKeyRequest( in TEST_F()
|
D | drm_hal_vendor_test.cpp | 464 auto res = drmPlugin->getKeyRequest( in loadKeys() 542 auto res = drmPlugin->getKeyRequest( in TEST_P()
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 162 * to determine the type of a key request returned from getKeyRequest.
|
D | IDrmPlugin.hal | 71 * getKeyRequest_1_1() only differs from getKeyRequest() in that additional 96 * ERROR_DRM_CANNOT_HANDLE if getKeyRequest is not supported
|