Searched refs:audioDecoder (Results 1 – 2 of 2) sorted by relevance
3040 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm() local3041 if (audioDecoder != NULL) { in onReleaseDrm()3042 status_t status_audio = audioDecoder->releaseCrypto(); in onReleaseDrm()
2952 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm() local2953 if (audioDecoder != NULL) { in onReleaseDrm()2954 status_t status_audio = audioDecoder->releaseCrypto(); in onReleaseDrm()