Home
last modified time | relevance | path

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

12

/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.cpp405 AMediaCrypto *crypto, in AMediaCodec_configure()
753 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()
1150 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.cpp1008 const sp<ICrypto> &crypto, in configure()
1016 const sp<ICrypto> &crypto, in configure()
2462 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.java440 public AuthenticationResult(CryptoObject crypto) { in AuthenticationResult()
557 public void authenticate(@NonNull CryptoObject crypto, in authenticate()
633 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.cpp1621 sp<ICrypto> crypto = NuPlayerDrm::createCryptoAndPlugin(uuid, drmSessionId, status); in prepareDrm() local
/frameworks/av/services/mediaanalytics/
Dstatsd_codec.cpp98 int32_t crypto = -1; in statsd_codec() local
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java99 public OnAuthenticationCancelListener(android.hardware.biometrics.CryptoObject crypto) { in OnAuthenticationCancelListener()
171 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { in AuthenticationResult()
375 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
400 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
/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()
751 public AuthenticationResult(CryptoObject crypto, Face face, int userId) { in AuthenticationResult()
954 OnAuthenticationCancelListener(CryptoObject crypto) { in OnAuthenticationCancelListener()
/frameworks/base/media/java/android/media/
DMediaCodec.java1949 @Nullable Surface surface, @Nullable MediaCrypto crypto, in configure()
1986 @Nullable MediaCrypto crypto, @Nullable IHwBinder descramblerBinder, in configure()
2101 @Nullable Surface surface, @Nullable MediaCrypto crypto, in native_configure()
/frameworks/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto145 optional int32 crypto = 9; field
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.cpp350 sp<AMediaCryptoWrapper> crypto = static_cast<AMediaCryptoWrapper *>(objCrypto.get()); in onConfigure() local
DGenericSource2.cpp1443 sp<AMediaCryptoWrapper> crypto = in prepareDrm() local
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java1067 final PerformanceStats crypto = mCryptoPerformanceMap.get(userId); in dumpProto() local
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java1174 final PerformanceStats crypto = mCryptoPerformanceMap.get(userId); in dumpProto() local
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp575 const sp<ICrypto> &crypto, in EncryptedLinearInputBuffers()

12