Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_test.cpp123 auto res = drmPlugin->getKeyRequest_1_2( in TEST_P()
140 auto res = drmPlugin->getKeyRequest_1_2( in TEST_P()
415 auto res = drmPlugin->getKeyRequest_1_2( in TEST_P()
H A Ddrm_hal_common.cpp263 auto res = drmPlugin->getKeyRequest_1_2( in getKeyRequest()
/aosp12/hardware/interfaces/drm/1.2/
H A DIDrmPlugin.hal105 * getKeyRequest_1_2() is used to obtain an opaque key request blob that is
108 * getKeyRequest_1_2() only differs from getKeyRequest_1_1() in that
150 getKeyRequest_1_2(vec<uint8_t> scope, vec<uint8_t> initData,
/aosp12/hardware/interfaces/drm/1.4/vts/functional/
H A Ddrm_hal_test.cpp166 auto res = drmPlugin->getKeyRequest_1_2( in TEST_P()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DDrmPlugin.h99 Return<void> getKeyRequest_1_2(
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp288 Return<void> DrmPlugin::getKeyRequest_1_2( in getKeyRequest_1_2() function in android::hardware::drm::V1_4::clearkey::DrmPlugin
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp766 hResult = mPluginV1_2->getKeyRequest_1_2( in getKeyRequest()