Searched refs:needShutdown (Results 1 – 2 of 2) sorted by relevance
166 bool NuPlayer::IsFlushingState(FlushStatus state, bool *needShutdown) { in IsFlushingState() argument169 if (needShutdown != NULL) { in IsFlushingState()170 *needShutdown = false; in IsFlushingState()175 if (needShutdown != NULL) { in IsFlushingState()176 *needShutdown = true; in IsFlushingState()323 bool needShutdown; in onMessageReceived() local326 CHECK(IsFlushingState(mFlushingAudio, &needShutdown)); in onMessageReceived()329 CHECK(IsFlushingState(mFlushingVideo, &needShutdown)); in onMessageReceived()337 if (needShutdown) { in onMessageReceived()887 void NuPlayer::flushDecoder(bool audio, bool needShutdown) { in flushDecoder() argument[all …]
140 void flushDecoder(bool audio, bool needShutdown);142 static bool IsFlushingState(FlushStatus state, bool *needShutdown = NULL);