Searched refs:setCrypto (Results 1 – 7 of 7) sorted by relevance
141 static sp<JCrypto> setCrypto( in setCrypto() function156 setCrypto(env, thiz, NULL); in android_media_MediaCrypto_release()212 setCrypto(env,thiz, crypto); in android_media_MediaCrypto_native_setup()
70 void setCrypto(const sp<ICrypto> &crypto) override;
270 virtual void setCrypto(const sp<ICrypto> &) {} in setCrypto() function
59 void setCrypto(const sp<ICrypto> &crypto) override;
1390 setCrypto(nullptr); in release()1867 void CCodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::CCodecBufferChannel
644 void ACodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto() function in android::ACodecBufferChannel
1338 mBufferChannel->setCrypto(NULL); in onReleaseCrypto()2861 mBufferChannel->setCrypto(mCrypto); in onMessageReceived()