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