Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp84 Return<void> DrmFactory::getSupportedCryptoSchemes( in getSupportedCryptoSchemes() function in android::hardware::drm::V1_3::clearkey::DrmFactory
87 for (const auto &scheme : clearkeydrm::getSupportedCryptoSchemes()) { in getSupportedCryptoSchemes()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/
DClearKeyUUID.h28 std::vector<std::array<uint8_t, 16>> getSupportedCryptoSchemes();
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DClearKeyUUID.cpp43 std::vector<std::array<uint8_t, 16>> getSupportedCryptoSchemes() { in getSupportedCryptoSchemes() function
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDrmFactory.h56 Return<void> getSupportedCryptoSchemes(
/frameworks/base/media/java/android/media/
DMediaDrm.java214 public static final @NonNull List<UUID> getSupportedCryptoSchemes(){ in getSupportedCryptoSchemes() method in MediaDrm
/frameworks/base/media/jni/
Dandroid_media_MediaDrm.cpp982 factoryV1_3->getSupportedCryptoSchemes( in android_media_MediaDrm_getSupportedCryptoSchemesNative()
/frameworks/base/api/
Dcurrent.txt25837 method @NonNull public static java.util.List<java.util.UUID> getSupportedCryptoSchemes();