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.cpp132 void NuPlayer::Decoder::signalFlush() { function in class:android::NuPlayer::Decoder
134 mCodec->signalFlush();
H A DNuPlayer.cpp957 (audio ? mAudioDecoder : mVideoDecoder)->signalFlush();
/frameworks/av/include/media/stagefright/
H A DACodec.h53 void signalFlush();
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp147 mCodec->signalFlush();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1133 mCodec->signalFlush();
H A DACodec.cpp393 void ACodec::signalFlush() { function in class:android::ACodec
394 ALOGV("[%s] signalFlush", mComponentName.c_str());

Completed in 362 milliseconds