/frameworks/av/media/ndk/ |
D | NdkMediaCrypto.cpp | 48 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()
|
D | NdkMediaCodec.cpp | 215 AMediaCrypto *crypto, in AMediaCodec_configure() 399 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCrypto.cpp | 72 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
|
D | android_media_MediaCodec.cpp | 269 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/ |
D | FingerprintManagerCompat.java | 92 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/ |
D | IMediaDrmService.cpp | 71 sp<ICrypto> crypto = makeCrypto(); in onTransact() local
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 191 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/ |
D | FingerprintManagerCompatApi23.java | 50 public static void authenticate(Context context, CryptoObject crypto, int flags, Object cancel, in authenticate()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecListOverrides.cpp | 211 const sp<ICrypto> crypto; in doProfileCodecs() local
|
D | MediaCodec.cpp | 441 const sp<ICrypto> &crypto, in configure() 1749 void *crypto; in onMessageReceived() local
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 1852 @Nullable Surface surface, @Nullable MediaCrypto crypto, in configure() 1962 @Nullable Surface surface, @Nullable MediaCrypto crypto, @ConfigureFlag int flags); in native_configure()
|