Searched refs:signalFlush (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCodecBase.h57 virtual void signalFlush() = 0;
H A DACodec.h50 virtual void signalFlush();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h33 virtual void signalFlush();
H A DNuPlayerDecoder.h39 virtual void signalFlush(const sp<AMessage> &format = NULL);
H A DNuPlayerDecoderPassThrough.cpp66 void NuPlayer::DecoderPassThrough::signalFlush() { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayerDecoder.cpp694 void NuPlayer::Decoder::signalFlush(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
H A DNuPlayer.cpp1585 decoder->signalFlush(newFormat);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp191 mCodec->signalFlush();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1605 mCodec->signalFlush();
H A DACodec.cpp488 void ACodec::signalFlush() { function in class:android::ACodec
489 ALOGV("[%s] signalFlush", mComponentName.c_str());

Completed in 117 milliseconds