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