Lines Matching refs:mAudioDecoder

770             if (obj != NULL || mAudioDecoder != NULL) {  in onMessageReceived()
979 mAudioDecoder != NULL, mVideoDecoder != NULL); in onMessageReceived()
982 (mAudioDecoder != NULL) || (mVideoDecoder != NULL); in onMessageReceived()
994 if (mAudioSink != NULL && mAudioDecoder == NULL) { in onMessageReceived()
995 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1001 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onMessageReceived()
1011 if (mAudioDecoder == NULL && mVideoDecoder == NULL) { in onMessageReceived()
1107 mAudioDecoder.clear(); in onMessageReceived()
1243 if ((mAudioEOS || mAudioDecoder == NULL) in onMessageReceived()
1422 if (audioDecoderStillNeeded() && mAudioDecoder == NULL) { in onResume()
1423 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1455 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()
1547 if (mAudioDecoder != NULL) { in onStart()
1548 mAudioDecoder->setRenderer(mRenderer); in onStart()
1674 if (mAudioDecoder != NULL) { in restartAudio()
1675 mAudioDecoder->pause(); in restartAudio()
1676 mAudioDecoder.clear(); in restartAudio()
1707 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
2099 if (mAudioDecoder != NULL) { in getStats()
2100 mTrackStats->push_back(mAudioDecoder->getStats()); in getStats()
2170 LOG_ALWAYS_FATAL_IF(mAudioDecoder != NULL || mVideoDecoder != NULL, in performSeek()
2172 mAudioDecoder.get(), mVideoDecoder.get()); in performSeek()
2185 if ((audio == FLUSH_CMD_NONE || mAudioDecoder == NULL) in performDecoderFlush()
2190 if (audio != FLUSH_CMD_NONE && mAudioDecoder != NULL) { in performDecoderFlush()
2202 CHECK(mAudioDecoder == NULL); in performReset()
2257 if (mAudioDecoder == NULL || mVideoDecoder == NULL) { in performScanSources()
2297 if (mAudioDecoder != NULL) { in performResumeDecoders()
2298 mAudioDecoder->signalResume(false /* needNotify */); in performResumeDecoders()
2425 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onSourceNotify()