/frameworks/av/media/ndk/ |
D | NdkMediaCrypto.cpp | 47 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto() local 64 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported() local 73 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent() local 92 AMediaCrypto *crypto = new AMediaCrypto(); in AMediaCrypto_new() local 99 void AMediaCrypto_delete(AMediaCrypto* crypto) { in AMediaCrypto_delete()
|
D | NdkMediaCodec.cpp | 411 AMediaCrypto *crypto, in AMediaCodec_configure() 759 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCrypto.cpp | 75 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto() local 86 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto() local 111 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported() local 156 JNIEnv *env, jobject thiz, const sp<JCrypto> &crypto) { in setCrypto() 205 sp<JCrypto> crypto = new JCrypto( in android_media_MediaCrypto_native_setup() local 264 sp<JCrypto> crypto = getCrypto(env, thiz); in android_media_MediaCrypto_requiresSecureDecoderComponent() local 292 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz); in android_media_MediaCrypto_setMediaDrmSession() local
|
D | android_media_MediaCodec.cpp | 292 const sp<ICrypto> &crypto, in configure() 1152 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure() local
|
/frameworks/av/media/libstagefright/ |
D | CodecBase.cpp | 27 void BufferChannelBase::setCrypto(const sp<ICrypto> &crypto) { in setCrypto()
|
D | MediaCodecListOverrides.cpp | 154 const sp<ICrypto> crypto; in doProfileCodecs() local
|
D | MediaCodec.cpp | 1035 const sp<ICrypto> &crypto, in configure() 1043 const sp<ICrypto> &crypto, in configure() 2561 void *crypto; in onMessageReceived() local
|
/frameworks/base/core/proto/android/server/ |
D | fingerprint.proto | 46 optional PerformanceStatsProto crypto = 4; field
|
D | face.proto | 46 optional FaceActionStatsProto crypto = 4; field
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricAuthenticator.java | 129 public AuthenticationResult(CryptoObject crypto, Identifier identifier, in AuthenticationResult() 249 default void authenticate(@NonNull CryptoObject crypto, in authenticate()
|
D | BiometricPrompt.java | 453 public AuthenticationResult(CryptoObject crypto) { in AuthenticationResult() 570 public void authenticate(@NonNull CryptoObject crypto, in authenticate() 646 private void authenticateInternal(@Nullable CryptoObject crypto, in authenticateInternal()
|
/frameworks/av/drm/libmediadrm/ |
D | IMediaDrmService.cpp | 71 sp<ICrypto> crypto = makeCrypto(); in onTransact() local
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDrm.cpp | 72 sp<ICrypto> crypto = service->makeCrypto(); in createCrypto() local 194 sp<ICrypto> crypto = createCrypto(&status); in createCryptoAndPlugin() local
|
D | NuPlayerDecoder.cpp | 341 sp<ICrypto> crypto = (ICrypto*)pCrypto; in onConfigure() local
|
D | GenericSource.cpp | 1623 sp<ICrypto> crypto = NuPlayerDrm::createCryptoAndPlugin(uuid, drmSessionId, status); in prepareDrm() local
|
D | NuPlayer.cpp | 2909 sp<ICrypto> crypto = NULL; in onPrepareDrm() local
|
/frameworks/av/services/mediaanalytics/ |
D | statsd_codec.cpp | 98 int32_t crypto = -1; in statsd_codec() local
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceManager.java | 170 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() 207 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() 753 public AuthenticationResult(CryptoObject crypto, Face face, int userId) { in AuthenticationResult() 956 OnAuthenticationCancelListener(CryptoObject crypto) { in OnAuthenticationCancelListener()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 100 public OnAuthenticationCancelListener(android.hardware.biometrics.CryptoObject crypto) { in OnAuthenticationCancelListener() 181 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { in AuthenticationResult() 385 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() 410 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 1952 @Nullable Surface surface, @Nullable MediaCrypto crypto, in configure() 1989 @Nullable MediaCrypto crypto, @Nullable IHwBinder descramblerBinder, in configure() 2104 @Nullable Surface surface, @Nullable MediaCrypto crypto, in native_configure()
|
/frameworks/base/core/proto/android/stats/mediametrics/ |
D | mediametrics.proto | 145 optional int32 crypto = 9; field
|
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/ |
D | FingerprintService.java | 1068 final PerformanceStats crypto = mCryptoPerformanceMap.get(userId); in dumpProto() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBuffers.cpp | 575 const sp<ICrypto> &crypto, in EncryptedLinearInputBuffers()
|