Home
last modified time | relevance | path

Searched defs:getSupportedCryptoSchemes (Results 1 – 3 of 3) sorted by relevance

/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/
H A DDrmFactory.cpp84 Return<void> DrmFactory::getSupportedCryptoSchemes( in getSupportedCryptoSchemes() function in android::hardware::drm::V1_4::clearkey::DrmFactory
/aosp12/frameworks/base/media/java/android/media/
H A DMediaDrm.java224 public static final @NonNull List<UUID> getSupportedCryptoSchemes(){ in getSupportedCryptoSchemes() method in MediaDrm