Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/
DNdkMediaCrypto.cpp60 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto() local
79 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported() local
88 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent() local
107 AMediaCrypto *crypto = new AMediaCrypto(); in AMediaCrypto_new() local
114 void AMediaCrypto_delete(AMediaCrypto* crypto) { in AMediaCrypto_delete()
DNdkMediaCodec.cpp210 AMediaCrypto *crypto, in AMediaCodec_configure()
384 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp75 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto() local
87 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto() local
112 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported() local
157 JNIEnv *env, jobject thiz, const sp<JCrypto> &crypto) { in setCrypto()
206 sp<JCrypto> crypto = new JCrypto( in android_media_MediaCrypto_native_setup() local
265 sp<JCrypto> crypto = getCrypto(env, thiz); in android_media_MediaCrypto_requiresSecureDecoderComponent() local
293 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz); in android_media_MediaCrypto_setMediaDrmSession() local
Dandroid_media_MediaCodec.cpp258 const sp<ICrypto> &crypto, in configure()
962 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure() local
/frameworks/support/v4/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/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java190 public OnAuthenticationCancelListener(CryptoObject crypto) { in OnAuthenticationCancelListener()
269 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint) { in AuthenticationResult()
427 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
449 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
DFingerprintManagerCompatApi23.java46 public static void authenticate(Context context, CryptoObject crypto, int flags, Object cancel, in authenticate()
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp190 sp<ICrypto> crypto = makeCrypto(); in onTransact() local
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.cpp211 const sp<ICrypto> crypto; in doProfileCodecs() local
DMediaCodec.cpp416 const sp<ICrypto> &crypto, in configure()
1667 void *crypto; in onMessageReceived() local
/frameworks/base/media/java/android/media/
DMediaCodec.java1746 @Nullable Surface surface, @Nullable MediaCrypto crypto, in configure()
1856 @Nullable Surface surface, @Nullable MediaCrypto crypto, @ConfigureFlag int flags); in native_configure()