Home
last modified time | relevance | path

Searched refs:setCrypto (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp141 static sp<JCrypto> setCrypto( in setCrypto() function
156 setCrypto(env, thiz, NULL); in android_media_MediaCrypto_release()
213 setCrypto(env,thiz, crypto); in android_media_MediaCrypto_native_setup()
/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h72 void setCrypto(const sp<ICrypto> &crypto) override;
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h365 virtual void setCrypto(const sp<ICrypto> &) {} in setCrypto() function
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h62 void setCrypto(const sp<ICrypto> &crypto) override;
DCCodecBufferChannel.cpp2128 setCrypto(nullptr); in release()
2732 void CCodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::CCodecBufferChannel
/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp38 MOCK_METHOD(void, setCrypto, (const sp<ICrypto> &crypto), (override));
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp664 void ACodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::ACodecBufferChannel
DMediaCodec.cpp2993 mBufferChannel->setCrypto(NULL); in onReleaseCrypto()
4970 mBufferChannel->setCrypto(mCrypto); in onMessageReceived()