Home
last modified time | relevance | path

Searched defs:isCryptoSchemeSupported (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmFactory.cpp32 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function in clearkeydrm::DrmFactory
DCryptoFactory.cpp33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const { in isCryptoSchemeSupported() function in clearkeydrm::CryptoFactory
/frameworks/base/media/java/android/media/
DMediaDrm.java183 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { in isCryptoSchemeSupported() method in MediaDrm
196 public static final boolean isCryptoSchemeSupported( in isCryptoSchemeSupported() method in MediaDrm
217 public static final boolean isCryptoSchemeSupported( in isCryptoSchemeSupported() method in MediaDrm
DMediaCrypto.java38 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { in isCryptoSchemeSupported() method in MediaCrypto
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp40 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function in android::CryptoHal
DCryptoHalAidl.cpp177 bool CryptoHalAidl::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function in android::CryptoHalAidl
DCryptoHalHidl.cpp154 bool CryptoHalHidl::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported() function in android::CryptoHalHidl
DDrmHal.cpp42 DrmStatus DrmHal::isCryptoSchemeSupported(const uint8_t uuid[16], const String8& mimeType, in isCryptoSchemeSupported() function in android::DrmHal
DDrmMetricsLogger.cpp126 DrmStatus DrmMetricsLogger::isCryptoSchemeSupported(const uint8_t uuid[IDRM_UUID_SIZE], in isCryptoSchemeSupported() function in android::DrmMetricsLogger
DDrmHalAidl.cpp412 DrmStatus DrmHalAidl::isCryptoSchemeSupported(const uint8_t uuid[16], const String8& mimeType, in isCryptoSchemeSupported() function in android::DrmHalAidl
DDrmHalHidl.cpp544 DrmStatus DrmHalHidl::isCryptoSchemeSupported(const uint8_t uuid[16], const String8& mimeType, in isCryptoSchemeSupported() function in android::DrmHalHidl
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp46 bool MockDrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) in isCryptoSchemeSupported() function in android::MockDrmFactory
67 bool MockCryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const in isCryptoSchemeSupported() function in android::MockCryptoFactory