Searched refs:JCrypto (Results 1 – 3 of 3) sorted by relevance
40 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) { in getCrypto()44 JCrypto::JCrypto( in JCrypto() function in android::JCrypto52 JCrypto::~JCrypto() { in ~JCrypto()65 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()70 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()106 status_t JCrypto::initCheck() const { in initCheck()119 sp<JCrypto> jcrypto = getCrypto(env, obj); in GetCrypto()141 static sp<JCrypto> setCrypto( in setCrypto()143 sp<JCrypto> old = (JCrypto *)env->GetLongField(thiz, gFields.context); in setCrypto()191 sp<JCrypto> crypto = new JCrypto( in android_media_MediaCrypto_native_setup()[all …]
30 struct JCrypto : public RefBase { struct33 JCrypto(JNIEnv *env, jobject thiz,43 virtual ~JCrypto();54 DISALLOW_EVIL_CONSTRUCTORS(JCrypto); argument
1638 crypto = JCrypto::GetCrypto(env, jcrypto); in android_media_MediaCodec_native_configure()