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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h35 void signalFlush();
H A DNuPlayerDecoder.cpp133 void NuPlayer::Decoder::signalFlush() { function in class:android::NuPlayer::Decoder
135 mCodec->signalFlush();
H A DNuPlayer.cpp1122 (audio ? mAudioDecoder : mVideoDecoder)->signalFlush();
/frameworks/av/include/media/stagefright/
H A DACodec.h56 void signalFlush();
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp147 mCodec->signalFlush();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1322 mCodec->signalFlush();
H A DACodec.cpp438 void ACodec::signalFlush() { function in class:android::ACodec
439 ALOGV("[%s] signalFlush", mComponentName.c_str());

Completed in 192 milliseconds