Searched defs:JCrypto (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h30 struct JCrypto : public RefBase { struct in namespace:android
33 JCrypto(JNIEnv *env, jobject thiz,
43 virtual ~JCrypto();
54 DISALLOW_EVIL_CONSTRUCTORS(JCrypto);
H A Dandroid_media_MediaCrypto.cpp41 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) {
42 return (JCrypto *)env->GetLongField(thiz, gFields.context);
45 JCrypto::JCrypto( function in class:android::JCrypto
53 JCrypto::~JCrypto() {
66 sp<ICrypto> JCrypto::MakeCrypto() {
84 sp<ICrypto> JCrypto::MakeCrypto(
101 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const {
110 bool JCrypto
[all...]

Completed in 255 milliseconds