Home
last modified time | relevance | path

Searched refs:setCrypto (Results 1 – 7 of 7) 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()
212 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.h270 virtual void setCrypto(const sp<ICrypto> &) {} in setCrypto() function
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h59 void setCrypto(const sp<ICrypto> &crypto) override;
DCCodecBufferChannel.cpp1390 setCrypto(nullptr); in release()
1867 void CCodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::CCodecBufferChannel
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp644 void ACodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::ACodecBufferChannel
DMediaCodec.cpp1338 mBufferChannel->setCrypto(NULL); in onReleaseCrypto()
2861 mBufferChannel->setCrypto(mCrypto); in onMessageReceived()