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()63 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()81 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()98 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent()107 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) { in IsCryptoSchemeSupported()117 status_t JCrypto::initCheck() const { in initCheck()122 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
993 crypto = JCrypto::GetCrypto(env, jcrypto); in android_media_MediaCodec_native_configure()