Searched refs:audioDecoder (Results 1 – 1 of 1) sorted by relevance
3168 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm() local3169 if (audioDecoder != NULL) { in onReleaseDrm()3170 status_t status_audio = audioDecoder->releaseCrypto(); in onReleaseDrm()