Home
last modified time | relevance | path

Searched refs:ICrypto (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.h28 struct ICrypto;
40 static sp<ICrypto> GetCrypto(JNIEnv *env, jobject obj);
47 sp<ICrypto> mCrypto;
49 static sp<ICrypto> MakeCrypto();
51 static sp<ICrypto> MakeCrypto(
Dandroid_media_MediaCrypto.cpp65 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()
70 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()
72 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto()
97 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported()
111 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) { in GetCrypto()
279 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz); in android_media_MediaCrypto_setMediaDrmSession()
Dandroid_media_MediaCodec.h42 struct ICrypto;
76 const sp<ICrypto> &crypto,
190 const sp<ICrypto> &getCrypto() { return mCrypto; } in getCrypto()
225 sp<ICrypto> mCrypto;
/frameworks/av/media/ndk/
DNdkMediaCrypto.cpp37 static sp<ICrypto> makeCrypto() { in makeCrypto()
42 sp<ICrypto> mCrypto;
51 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported()
60 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent()
70 sp<ICrypto> tmp = makeCrypto(); in AMediaCrypto_new()
DNdkMediaCryptoPriv.h38 sp<ICrypto> mCrypto;
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DICrypto.h51 struct ICrypto : public RefBase { struct
53 virtual ~ICrypto() {} in ~ICrypto() argument
94 ICrypto() {} in ICrypto() argument
97 DISALLOW_EVIL_CONSTRUCTORS(ICrypto);
DDrmUtils.h61 struct ICrypto;
126 sp<ICrypto> MakeCrypto(status_t *pstatus = nullptr);
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHal.h30 struct CryptoHal : public ICrypto {
52 sp<ICrypto> mCryptoHalHidl;
53 sp<ICrypto> mCryptoHalAidl;
DCryptoHalHidl.h42 struct CryptoHalHidl : public ICrypto {
DCryptoHalAidl.h43 struct CryptoHalAidl : public ICrypto {
/frameworks/av/media/libstagefright/
DBufferImpl.cpp66 ICrypto::DestinationType SecureBuffer::getDestinationType() { in getDestinationType()
67 return ICrypto::kDestinationTypeNativeHandle; in getDestinationType()
DACodecBufferChannel.cpp152 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) { in queueSecureInputBuffer()
366 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) { in attachEncryptedBuffer()
664 void ACodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto()
DMediaCodecListOverrides.cpp153 const sp<ICrypto> crypto; in doProfileCodecs()
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerDrm.h77 static sp<ICrypto> createCrypto(status_t *pstatus);
84 static sp<ICrypto> createCryptoAndPlugin(const uint8_t uuid[16],
DNuPlayerSource.h140 sp<ICrypto> */*crypto*/) { in prepareDrm()
DGenericSource.h92 const uint8_t uuid[16], const Vector<uint8_t> &drmSessionId, sp<ICrypto> *outCrypto);
DNuPlayer.h261 sp<ICrypto> mCrypto;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.cpp34 sp<ICrypto> NuPlayerDrm::createCrypto(status_t *pstatus) in createCrypto()
134 sp<ICrypto> NuPlayerDrm::createCryptoAndPlugin(const uint8_t uuid[16], in createCryptoAndPlugin()
145 sp<ICrypto> crypto = createCrypto(&status); in createCryptoAndPlugin()
/frameworks/av/media/libstagefright/include/
DSecureBuffer.h43 ICrypto::DestinationType getDestinationType();
DACodecBufferChannel.h72 void setCrypto(const sp<ICrypto> &crypto) override;
163 sp<ICrypto> mCrypto;
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h46 struct ICrypto;
365 virtual void setCrypto(const sp<ICrypto> &) {} in setCrypto() argument
DMediaCodec.h65 struct ICrypto;
148 const sp<ICrypto> &crypto,
154 const sp<ICrypto> &crypto,
588 sp<ICrypto> mCrypto;
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h62 void setCrypto(const sp<ICrypto> &crypto) override;
402 sp<ICrypto> mCrypto;
DCCodecBuffers.h34 struct ICrypto;
875 const sp<ICrypto> &crypto,
903 sp<ICrypto> mCrypto;
/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp38 MOCK_METHOD(void, setCrypto, (const sp<ICrypto> &crypto), (override));

12