Searched refs:isDecoder (Results 1 – 2 of 2) sorted by relevance
245 void handleFlushComplete(bool audio, bool isDecoder);
1413 void NuPlayer::handleFlushComplete(bool audio, bool isDecoder) { in handleFlushComplete() argument1417 mFlushComplete[audio][isDecoder] = true; in handleFlushComplete()1418 if (!mFlushComplete[audio][!isDecoder]) { in handleFlushComplete()1448 LOG_ALWAYS_FATAL_IF(isDecoder, "decoder flush in invalid state %d", *state); in handleFlushComplete()