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