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.cpp40 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) {
41 return (JCrypto *)env->GetLongField(thiz, gFields.context);
44 JCrypto::JCrypto( function in class:android::JCrypto
52 JCrypto::~JCrypto() {
62 sp<ICrypto> JCrypto::MakeCrypto() {
85 sp<ICrypto> JCrypto::MakeCrypto(
102 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const {
111 bool JCrypto
[all...]

Completed in 42 milliseconds