Home
last modified time | relevance | path

Searched refs:getSupportedCryptoSchemes (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmFactory.cpp84 Return<void> DrmFactory::getSupportedCryptoSchemes( in getSupportedCryptoSchemes() function in android::hardware::drm::V1_4::clearkey::DrmFactory
87 for (const auto &scheme : clearkeydrm::getSupportedCryptoSchemes()) { in getSupportedCryptoSchemes()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/
H A DClearKeyUUID.h28 std::vector<std::array<uint8_t, 16>> getSupportedCryptoSchemes();
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/common/
H A DClearKeyUUID.cpp43 std::vector<std::array<uint8_t, 16>> getSupportedCryptoSchemes() { in getSupportedCryptoSchemes() function
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DDrmFactory.h56 Return<void> getSupportedCryptoSchemes(
/aosp12/hardware/interfaces/drm/1.4/vts/functional/
H A Ddrm_hal_test_main.cpp63 drmFactory->getSupportedCryptoSchemes( in __anonab26eee80102()
/aosp12/hardware/interfaces/drm/1.3/
H A DIDrmFactory.hal37 getSupportedCryptoSchemes() generates(vec<uint8_t[16]> schemes);
/aosp12/hardware/interfaces/drm/1.3/vts/functional/
H A Ddrm_hal_test_main.cpp74 drmFactory->getSupportedCryptoSchemes( in __anon0a1f82470102()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaDrm.java224 public static final @NonNull List<UUID> getSupportedCryptoSchemes(){ in getSupportedCryptoSchemes() method in MediaDrm
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp1012 factoryV1_3->getSupportedCryptoSchemes( in android_media_MediaDrm_getSupportedCryptoSchemesNative()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt22211 method @NonNull public static java.util.List<java.util.UUID> getSupportedCryptoSchemes();