Searched refs:JCrypto (Results 1 – 3 of 3) sorted by relevance
41 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) { in getCrypto()42 return (JCrypto *)env->GetLongField(thiz, gFields.context); in getCrypto()45 JCrypto::JCrypto( in JCrypto() function in android::JCrypto53 JCrypto::~JCrypto() { in ~JCrypto()66 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()84 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()101 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent()110 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) { in IsCryptoSchemeSupported()120 status_t JCrypto::initCheck() const { in initCheck()125 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) { in GetCrypto()[all …]
30 struct JCrypto : public RefBase { struct33 JCrypto(JNIEnv *env, jobject thiz,43 virtual ~JCrypto();54 DISALLOW_EVIL_CONSTRUCTORS(JCrypto); argument
1119 crypto = JCrypto::GetCrypto(env, jcrypto); in android_media_MediaCodec_native_configure()