Searched refs:isDecoder (Results 1 – 2 of 2) sorted by relevance
299 void handleFlushComplete(bool audio, bool isDecoder);
1718 void NuPlayer::handleFlushComplete(bool audio, bool isDecoder) { in handleFlushComplete() argument1722 mFlushComplete[audio][isDecoder] = true; in handleFlushComplete()1723 if (!mFlushComplete[audio][!isDecoder]) { in handleFlushComplete()1746 LOG_ALWAYS_FATAL_IF(isDecoder, "decoder flush in invalid state %d", *state); in handleFlushComplete()