Searched refs:kWhatFlushCompleted (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h61 kWhatFlushCompleted = 'flsC', enumerator in enum:android::NuPlayer::DecoderBase::__anon411
H A DNuPlayerDecoderPassThrough.cpp396 notify->setInt32("what", kWhatFlushCompleted);
H A DNuPlayerDecoder.cpp486 // finish with posting kWhatFlushCompleted.
505 notify->setInt32("what", kWhatFlushCompleted);
H A DNuPlayer.cpp1090 } else if (what == DecoderBase::kWhatFlushCompleted) {
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp210 kWhatFlushCompleted = 'fcom', enumerator in enum:android::__anon433::__anon434
314 notify->setInt32("what", kWhatFlushCompleted);
1866 case kWhatFlushCompleted:

Completed in 71 milliseconds