Home
last modified time | relevance | path

Searched defs:crypto (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/ndk/
DNdkMediaCrypto.cpp48 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto() local
65 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported() local
74 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent() local
93 AMediaCrypto *crypto = new AMediaCrypto(); in AMediaCrypto_new() local
100 void AMediaCrypto_delete(AMediaCrypto* crypto) { in AMediaCrypto_delete()
DNdkMediaCodec.cpp215 AMediaCrypto *crypto, in AMediaCodec_configure()
399 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp72 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto() local
83 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto() local
108 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported() local
153 JNIEnv *env, jobject thiz, const sp<JCrypto> &crypto) { in setCrypto()
202 sp<JCrypto> crypto = new JCrypto( in android_media_MediaCrypto_native_setup() local
261 sp<JCrypto> crypto = getCrypto(env, thiz); in android_media_MediaCrypto_requiresSecureDecoderComponent() local
289 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz); in android_media_MediaCrypto_setMediaDrmSession() local
Dandroid_media_MediaCodec.cpp269 const sp<ICrypto> &crypto, in configure()
991 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure() local
/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/
DFingerprintManagerCompat.java92 public void authenticate(@Nullable CryptoObject crypto, int flags, in authenticate()
153 public AuthenticationResult(CryptoObject crypto) { in AuthenticationResult()
205 void authenticate(Context context, CryptoObject crypto, int flags, in authenticate()
226 public void authenticate(Context context, CryptoObject crypto, int flags, in authenticate()
248 public void authenticate(Context context, CryptoObject crypto, int flags, in authenticate()
/frameworks/av/media/libmedia/
DIMediaDrmService.cpp71 sp<ICrypto> crypto = makeCrypto(); in onTransact() local
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java191 public OnAuthenticationCancelListener(CryptoObject crypto) { in OnAuthenticationCancelListener()
271 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { in AuthenticationResult()
436 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
458 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
/frameworks/support/compat/api23/android/support/v4/hardware/fingerprint/
DFingerprintManagerCompatApi23.java50 public static void authenticate(Context context, CryptoObject crypto, int flags, Object cancel, in authenticate()
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.cpp211 const sp<ICrypto> crypto; in doProfileCodecs() local
DMediaCodec.cpp441 const sp<ICrypto> &crypto, in configure()
1749 void *crypto; in onMessageReceived() local
/frameworks/base/media/java/android/media/
DMediaCodec.java1852 @Nullable Surface surface, @Nullable MediaCrypto crypto, in configure()
1962 @Nullable Surface surface, @Nullable MediaCrypto crypto, @ConfigureFlag int flags); in native_configure()