HomeSort by relevance Sort by last modified time
    Searched refs:needShutdown (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 168 void flushDecoder(bool audio, bool needShutdown);
170 static bool IsFlushingState(FlushStatus state, bool *needShutdown = NULL);
NuPlayer.cpp 295 bool NuPlayer::IsFlushingState(FlushStatus state, bool *needShutdown) {
298 if (needShutdown != NULL) {
299 *needShutdown = false;
304 if (needShutdown != NULL) {
305 *needShutdown = true;
566 bool needShutdown;
569 CHECK(IsFlushingState(mFlushingAudio, &needShutdown));
572 CHECK(IsFlushingState(mFlushingVideo, &needShutdown));
580 if (needShutdown) {
994 flushDecoder(audio, /* needShutdown = */ true)
    [all...]

Completed in 240 milliseconds