Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/
DNdkMediaCrypto.cpp47 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()
DNdkMediaCodec.cpp411 AMediaCrypto *crypto, in AMediaCodec_configure()
759 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp75 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
Dandroid_media_MediaCodec.cpp292 const sp<ICrypto> &crypto, in configure()
1152 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure() local
/frameworks/av/media/libstagefright/
DCodecBase.cpp27 void BufferChannelBase::setCrypto(const sp<ICrypto> &crypto) { in setCrypto()
DMediaCodecListOverrides.cpp154 const sp<ICrypto> crypto; in doProfileCodecs() local
DMediaCodec.cpp1035 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/
Dfingerprint.proto46 optional PerformanceStatsProto crypto = 4; field
Dface.proto46 optional FaceActionStatsProto crypto = 4; field
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java129 public AuthenticationResult(CryptoObject crypto, Identifier identifier, in AuthenticationResult()
249 default void authenticate(@NonNull CryptoObject crypto, in authenticate()
DBiometricPrompt.java453 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/
DIMediaDrmService.cpp71 sp<ICrypto> crypto = makeCrypto(); in onTransact() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.cpp72 sp<ICrypto> crypto = service->makeCrypto(); in createCrypto() local
194 sp<ICrypto> crypto = createCrypto(&status); in createCryptoAndPlugin() local
DNuPlayerDecoder.cpp341 sp<ICrypto> crypto = (ICrypto*)pCrypto; in onConfigure() local
DGenericSource.cpp1623 sp<ICrypto> crypto = NuPlayerDrm::createCryptoAndPlugin(uuid, drmSessionId, status); in prepareDrm() local
DNuPlayer.cpp2909 sp<ICrypto> crypto = NULL; in onPrepareDrm() local
/frameworks/av/services/mediaanalytics/
Dstatsd_codec.cpp98 int32_t crypto = -1; in statsd_codec() local
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java170 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/
DFingerprintManager.java100 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/
DMediaCodec.java1952 @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/
Dmediametrics.proto145 optional int32 crypto = 9; field
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java1068 final PerformanceStats crypto = mCryptoPerformanceMap.get(userId); in dumpProto() local
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp575 const sp<ICrypto> &crypto, in EncryptedLinearInputBuffers()