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.h70 void setCrypto(const sp<ICrypto> &crypto) override;
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h327 virtual void setCrypto(const sp<ICrypto> &) {} in setCrypto() function
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h61 void setCrypto(const sp<ICrypto> &crypto) override;
DCCodecBufferChannel.cpp1517 setCrypto(nullptr); in release()
2032 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.cpp644 void ACodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::ACodecBufferChannel
DMediaCodec.cpp2183 mBufferChannel->setCrypto(NULL); in onReleaseCrypto()
3757 mBufferChannel->setCrypto(mCrypto); in onMessageReceived()