HomeSort by relevance Sort by last modified time
    Searched refs:IsCryptoSchemeSupported (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/jni/
android_media_MediaCrypto.h 31 static bool IsCryptoSchemeSupported(const uint8_t uuid[16]);
android_media_MediaDrm.h 40 static bool IsCryptoSchemeSupported(const uint8_t uuid[16]);
android_media_MediaCrypto.cpp 111 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) {
118 return crypto->isCryptoSchemeSupported(uuid);
241 bool result = JCrypto::IsCryptoSchemeSupported((const uint8_t *)uuid);
android_media_MediaDrm.cpp 348 bool JDrm::IsCryptoSchemeSupported(const uint8_t uuid[16]) {
355 return drm->isCryptoSchemeSupported(uuid);
628 return JDrm::IsCryptoSchemeSupported(uuid.array());
    [all...]

Completed in 28 milliseconds