Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmFactory.cpp80 ::ndk::ScopedAStatus DrmFactory::getSupportedCryptoSchemes(CryptoSchemes* _aidl_return) { in getSupportedCryptoSchemes() function in aidl::android::hardware::drm::clearkey::DrmFactory
82 for (const auto& uuid : ::aidl::android::hardware::drm::clearkey::getSupportedCryptoSchemes()) { in getSupportedCryptoSchemes()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/
DClearKeyUUID.h26 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/aidl/include/
DDrmFactory.h48 ::ndk::ScopedAStatus getSupportedCryptoSchemes(
/frameworks/av/drm/libmediadrmrkp/src/
DDrmRkpAdapter.cpp46 auto status = factory->getSupportedCryptoSchemes(&schemes); in getDrmRemotelyProvisionedComponents()
/frameworks/av/drm/libmediadrm/
DCryptoHalAidl.cpp155 if (mFactories[i]->getSupportedCryptoSchemes(&schemes).isOk()) { in isCryptoSchemeSupportedInternal()
DDrmHalAidl.cpp422 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in isCryptoSchemeSupported()
470 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in createPlugin()
1208 auto err = mFactories[i]->getSupportedCryptoSchemes(&curSchemes); in getSupportedSchemes()
DDrmHalHidl.cpp1539 factoryV1_3->getSupportedCryptoSchemes( in getSupportedSchemes()
/frameworks/base/media/java/android/media/
DMediaDrm.java228 public static final @NonNull List<UUID> getSupportedCryptoSchemes(){ in getSupportedCryptoSchemes() method in MediaDrm
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4900 List<UUID> uuids = MediaDrm.getSupportedCryptoSchemes();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt23288 method @NonNull public static java.util.List<java.util.UUID> getSupportedCryptoSchemes();