Home
last modified time | relevance | path

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

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