Searched refs:isCryptoSchemeSupported (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmFactory.cpp32 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) { function in class:clearkeydrm::DrmFactory
49 if (!isCryptoSchemeSupported(uuid)) {
H A DCryptoFactory.cpp33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const { function in class:clearkeydrm::CryptoFactory
41 if (!isCryptoSchemeSupported(uuid)) {
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCryptoFactory.cpp33 Return<bool> CryptoFactory::isCryptoSchemeSupported( function in class:android::hardware::drm::V1_1::clearkey::CryptoFactory
44 if (!isCryptoSchemeSupported(uuid.data())) {
H A DDrmFactory.cpp39 Return<bool> DrmFactory::isCryptoSchemeSupported( function in class:android::hardware::drm::V1_1::clearkey::DrmFactory
61 if (!isCryptoSchemeSupported(uuid.data())) {
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DCryptoFactory.h31 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
H A DDrmFactory.h33 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoFactory.h41 Return<bool> isCryptoSchemeSupported(const hidl_array<uint8_t, 16>& uuid)
H A DDrmFactory.h39 Return<bool> isCryptoSchemeSupported(const hidl_array<uint8_t, 16>& uuid)
/frameworks/base/media/java/android/media/
H A DMediaCrypto.java28 * the method {@link #isCryptoSchemeSupported} can be used to query if a given
38 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { method in class:MediaCrypto
/frameworks/av/include/mediadrm/
H A DCrypto.h38 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
H A DICrypto.h37 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
H A DCryptoHal.h44 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
H A DDrm.h41 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType);
H A DIDrm.h37 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) = 0;
/frameworks/av/media/libmedia/include/media/
H A DCrypto.h38 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
H A DICrypto.h37 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
H A DCryptoHal.h44 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
H A DNdkWrapper.h118 static bool isCryptoSchemeSupported(const uint8_t uuid[16], const char *mimeType);
140 bool isCryptoSchemeSupported(const uint8_t uuid[16]);
/frameworks/native/headers/media_plugin/media/hardware/
H A DCryptoAPI.h34 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0;
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h34 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0;
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp69 return crypto->isCryptoSchemeSupported(uuid);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h34 bool isCryptoSchemeSupported(const uint8_t uuid[16]);
45 bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp181 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { function in class:android::CryptoHal
185 if (mFactories[i]->isCryptoSchemeSupported(uuid)) {
197 if (mFactories[i]->isCryptoSchemeSupported(uuid)) {
H A DICrypto.cpp56 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) { function in struct:android::BpCrypto
253 reply->writeInt32(isCryptoSchemeSupported(uuid));
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Drm.cpp97 if (AMediaDrmWrapper::isCryptoSchemeSupported(uuid.ptr(), NULL)) {

Completed in 135 milliseconds

12