Home
last modified time | relevance | path

Searched refs:isCryptoSchemeSupported (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp40 Return<bool> DrmFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported() function in android::hardware::drm::V1_2::clearkey::DrmFactory
48 return isCryptoSchemeSupported(uuid) && isContentTypeSupported(mimeType) && in isCryptoSchemeSupported_1_2()
69 if (!isCryptoSchemeSupported(uuid.data())) { in createPlugin()
DCryptoFactory.cpp33 Return<bool> CryptoFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported() function in android::hardware::drm::V1_2::clearkey::CryptoFactory
44 if (!isCryptoSchemeSupported(uuid.data())) { in createPlugin()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmFactory.cpp32 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function in clearkeydrm::DrmFactory
49 if (!isCryptoSchemeSupported(uuid)) { in createDrmPlugin()
DCryptoFactory.cpp33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const { in isCryptoSchemeSupported() function in clearkeydrm::CryptoFactory
41 if (!isCryptoSchemeSupported(uuid)) { in createPlugin()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DCryptoFactory.h31 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
DDrmFactory.h33 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DCryptoFactory.h41 Return<bool> isCryptoSchemeSupported(const hidl_array<uint8_t, 16>& uuid)
DDrmFactory.h39 Return<bool> isCryptoSchemeSupported(const hidl_array<uint8_t, 16>& uuid)
/frameworks/base/media/java/android/media/
DMediaCrypto.java38 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { in isCryptoSchemeSupported() method in MediaCrypto
DMediaDrm.java170 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { in isCryptoSchemeSupported() method in MediaDrm
183 public static final boolean isCryptoSchemeSupported( in isCryptoSchemeSupported() method in MediaDrm
200 public static final boolean isCryptoSchemeSupported( in isCryptoSchemeSupported() method in MediaDrm
/frameworks/native/headers/media_plugin/media/hardware/
DCryptoAPI.h34 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0;
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h34 bool isCryptoSchemeSupported(const uint8_t uuid[16]);
45 bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
/frameworks/av/media/ndk/
DNdkMediaCrypto.cpp68 return crypto->isCryptoSchemeSupported(uuid); in AMediaCrypto_isCryptoSchemeSupported()
/frameworks/av/include/mediadrm/
DICrypto.h37 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
DCryptoHal.h45 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
DIDrm.h37 virtual status_t isCryptoSchemeSupported(const uint8_t uuid[16],
/frameworks/av/media/libmedia/include/media/
DICrypto.h37 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
DNdkWrapper.h118 static bool isCryptoSchemeSupported(const uint8_t uuid[16], const char *mimeType);
140 bool isCryptoSchemeSupported(const uint8_t uuid[16]);
DCryptoHal.h45 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
DIDrm.h37 virtual status_t isCryptoSchemeSupported(const uint8_t uuid[16],
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp194 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function in android::CryptoHal
198 if (mFactories[i]->isCryptoSchemeSupported(uuid)) { in isCryptoSchemeSupported()
210 if (mFactories[i]->isCryptoSchemeSupported(uuid)) { in createPlugin()
DICrypto.cpp56 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function
258 reply->writeInt32(isCryptoSchemeSupported(uuid)); in onTransact()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Drm.cpp97 if (AMediaDrmWrapper::isCryptoSchemeSupported(uuid.ptr(), NULL)) { in getSupportedDrmSchemes()
/frameworks/native/headers/media_plugin/media/drm/
DDrmAPI.h61 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.cpp163 status = drm->isCryptoSchemeSupported(uuid.ptr(), String8(), in getSupportedDrmSchemes()

12