Searched refs:IsCryptoSchemeSupported (Results 1 – 4 of 4) sorted by relevance
31 static bool IsCryptoSchemeSupported(const uint8_t uuid[16]);
40 static bool IsCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType);
111 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) { in IsCryptoSchemeSupported() function in android::JCrypto250 bool result = JCrypto::IsCryptoSchemeSupported((const uint8_t *)uuid); in android_media_MediaCrypto_isCryptoSchemeSupportedNative()
419 bool JDrm::IsCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) { in IsCryptoSchemeSupported() function in android::JDrm750 return JDrm::IsCryptoSchemeSupported(uuid.array(), mimeType); in android_media_MediaDrm_isCryptoSchemeSupportedNative()