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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h77 void doFlush(bool notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp252 doFlush(false /* notifyComplete */);
369 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { function in class:android::NuPlayer::DecoderPassThrough
387 doFlush(true /* notifyComplete */);
H A DNuPlayerDecoder.h112 void doFlush(bool notifyComplete);
H A DNuPlayerDecoder.cpp363 void NuPlayer::Decoder::doFlush(bool notifyComplete) { function in class:android::NuPlayer::Decoder
392 doFlush(true);
943 doFlush(false /* notifyComplete */);

Completed in 109 milliseconds