Searched refs:IsCryptoSchemeSupported (Results 1 – 4 of 4) sorted by relevance
31 static bool IsCryptoSchemeSupported(const uint8_t uuid[16]);
96 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) { in IsCryptoSchemeSupported() function in android::JCrypto236 bool result = JCrypto::IsCryptoSchemeSupported((const uint8_t *)uuid); in android_media_MediaCrypto_isCryptoSchemeSupportedNative()
90 static status_t IsCryptoSchemeSupported(const uint8_t uuid[16],
622 status_t JDrm::IsCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType, in IsCryptoSchemeSupported() function in android::JDrm1085 status_t err = JDrm::IsCryptoSchemeSupported(uuid.array(), mimeType, in android_media_MediaDrm_isCryptoSchemeSupportedNative()