Searched refs:releaseCrypto (Results 1 – 13 of 13) sorted by relevance
54 virtual status_t releaseCrypto() { in releaseCrypto() function
45 virtual status_t releaseCrypto();
622 status_t NuPlayer2::Decoder::releaseCrypto() in releaseCrypto() function in android::NuPlayer2::Decoder644 status = mCodec->releaseCrypto(); in onReleaseCrypto()
3210 status = videoDecoder->releaseCrypto(); in onReleaseDrm()3216 status_t status_audio = audioDecoder->releaseCrypto(); in onReleaseDrm()
42 virtual status_t releaseCrypto();
602 status_t NuPlayer::Decoder::releaseCrypto() in releaseCrypto() function in android::NuPlayer::Decoder624 status = mCodec->releaseCrypto(); in onReleaseCrypto()
2953 status = videoDecoder->releaseCrypto(); in onReleaseDrm()2959 status_t status_audio = audioDecoder->releaseCrypto(); in onReleaseDrm()
236 status_t releaseCrypto();
105 status_t releaseCrypto();
448 return translate_error(mData->mCodec->releaseCrypto()); in AMediaCodec_releaseCrypto()
943 status_t AMediaCodecWrapper::releaseCrypto() { in releaseCrypto() function in android::AMediaCodecWrapper
1120 status_t MediaCodec::releaseCrypto() in releaseCrypto() function in android::MediaCodec