Searched defs:mCrypto (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/ndk/
H A DNdkMediaCryptoPriv.h38 sp<ICrypto> mCrypto; member in struct:AMediaCrypto
H A DNdkMediaCrypto.cpp70 sp<ICrypto> mCrypto; member in struct:AMediaCrypto
108 crypto->mCrypto = tmp;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h47 sp<ICrypto> mCrypto; member in struct:android::JCrypto
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h411 sp<ICrypto> mCrypto; member in class:android::MediaPlayerService
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h331 sp<ICrypto> mCrypto; member in struct:android::MediaCodec
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java188 private CryptoObject mCrypto; field in class:FingerprintManager.OnAuthenticationCancelListener
191 mCrypto = crypto;
196 cancelAuthentication(mCrypto);
207 mCrypto = signature;
211 mCrypto = cipher;
215 mCrypto = mac;
223 return mCrypto instanceof Signature ? (Signature) mCrypto : null;
231 return mCrypto instanceof Cipher ? (Cipher) mCrypto
251 private final Object mCrypto; field in class:FingerprintManager.CryptoObject
[all...]

Completed in 97 milliseconds