Searched refs:doFlush (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h75 void doFlush(bool notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp252 doFlush(false /* notifyComplete */);
374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { function in class:android::NuPlayer::DecoderPassThrough
392 doFlush(true /* notifyComplete */);
H A DNuPlayerDecoder.h130 void doFlush(bool notifyComplete);
H A DNuPlayerDecoder.cpp466 void NuPlayer::Decoder::doFlush(bool notifyComplete) { function in class:android::NuPlayer::Decoder
495 doFlush(true);
1139 doFlush(false /* notifyComplete */);

Completed in 68 milliseconds