Home
last modified time | relevance | path

Searched refs:FlushStatus (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h106 enum FlushStatus { enum
120 FlushStatus mFlushingAudio;
121 FlushStatus mFlushingVideo;
142 static bool IsFlushingState(FlushStatus state, bool *needShutdown = NULL);
DNuPlayer.cpp166 bool NuPlayer::IsFlushingState(FlushStatus state, bool *needShutdown) { in IsFlushingState()
900 FlushStatus newStatus = in flushDecoder()