Home
last modified time | relevance | path

Searched refs:isCryptoSchemeSupported_1_2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDrmFactory.h44 Return<bool> isCryptoSchemeSupported_1_2(const hidl_array<uint8_t, 16>& uuid,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp48 Return<bool> DrmFactory::isCryptoSchemeSupported_1_2(const hidl_array<uint8_t, 16>& uuid, in isCryptoSchemeSupported_1_2() function in android::hardware::drm::V1_4::clearkey::DrmFactory
/frameworks/av/drm/libmediadrm/
DDrmHal.cpp541 *isSupported = factoryV1_2->isCryptoSchemeSupported_1_2(uuid, in matchMimeTypeAndSecurityLevel()