Home
last modified time | relevance | path

Searched refs:getKeyRequest (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/drm/1.0/
Dtypes.hal63 * 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.
DIDrmPlugin.hal58 * 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/
Ddrm_hal_common.cpp197 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()
Ddrm_hal_common.h118 hidl_vec<uint8_t> getKeyRequest(const SessionId& sessionId,
Ddrm_hal_test.cpp233 hidl_vec<uint8_t> keyRequest = getKeyRequest(keySetId, content, KeyType::RELEASE); in TEST_P()
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp43 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()
DDrmPlugin.h57 Return<void> getKeyRequest(const hidl_vec<uint8_t>& scope,
/hardware/interfaces/drm/1.2/
Dtypes.hal36 * release using {@link #getKeyRequest} with KEY_TYPE_RELEASE but the
DIDrmPlugin.hal63 * 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/
Ddrm_hal_clearkey_test.cpp390 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()
Ddrm_hal_vendor_test.cpp464 auto res = drmPlugin->getKeyRequest( in loadKeys()
542 auto res = drmPlugin->getKeyRequest( in TEST_P()
/hardware/interfaces/drm/1.1/
Dtypes.hal162 * to determine the type of a key request returned from getKeyRequest.
DIDrmPlugin.hal71 * getKeyRequest_1_1() only differs from getKeyRequest() in that additional
96 * ERROR_DRM_CANNOT_HANDLE if getKeyRequest is not supported