Searched refs:JCrypto (Results 1 – 3 of 3) sorted by relevance
40 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) { in getCrypto()41 return (JCrypto *)env->GetIntField(thiz, gFields.context); in getCrypto()44 JCrypto::JCrypto( in JCrypto() function in android::JCrypto52 JCrypto::~JCrypto() { in ~JCrypto()62 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()85 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()102 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent()111 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) { in IsCryptoSchemeSupported()121 status_t JCrypto::initCheck() const { in initCheck()126 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
384 crypto = JCrypto::GetCrypto(env, jcrypto); in android_media_MediaCodec_native_configure()