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

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
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)) {
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/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/drm/libmediadrm/
H A DCrypto.cpp168 !mFactory->isCryptoSchemeSupported(uuid)) {
176 bool Crypto::isCryptoSchemeSupported(const uint8_t uuid[16]) { function in class:android::Crypto
179 if (mFactory && mFactory->isCryptoSchemeSupported(uuid)) {
195 if (!mFactory || !mFactory->isCryptoSchemeSupported(uuid)) {
H A DCryptoHal.cpp171 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { function in class:android::CryptoHal
175 if (mFactories[i]->isCryptoSchemeSupported(uuid)) {
187 if (mFactories[i]->isCryptoSchemeSupported(uuid)) {
H A DDrm.cpp282 !mFactory->isCryptoSchemeSupported(uuid)) {
289 bool Drm::isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) { function in class:android::Drm
293 if (!mFactory || !mFactory->isCryptoSchemeSupported(uuid)) {
315 if (!mFactory || !mFactory->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/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.h42 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 DDrmHal.h50 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType);
H A DIDrm.h35 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.h42 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 DDrmHal.h50 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType);
H A DIDrm.h35 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) = 0;
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp69 return crypto->isCryptoSchemeSupported(uuid);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h34 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0;
/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/native/include/media/drm/
H A DDrmAPI.h58 // DrmFactory::isCryptoSchemeSupported can be called to determine
61 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;

Completed in 389 milliseconds

12