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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderBase.h61 kWhatFlushCompleted = 'flsC', enumerator in enum:android::NuPlayer2::DecoderBase::__anon445
H A DNuPlayer2DecoderPassThrough.cpp395 notify->setInt32("what", kWhatFlushCompleted);
H A DNuPlayer2Decoder.cpp513 // finish with posting kWhatFlushCompleted.
532 notify->setInt32("what", kWhatFlushCompleted);
H A DNuPlayer2.cpp1246 } else if (what == DecoderBase::kWhatFlushCompleted) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h61 kWhatFlushCompleted = 'flsC', enumerator in enum:android::NuPlayer::DecoderBase::__anon466
H A DNuPlayerDecoderPassThrough.cpp396 notify->setInt32("what", kWhatFlushCompleted);
H A DNuPlayerDecoder.cpp493 // finish with posting kWhatFlushCompleted.
512 notify->setInt32("what", kWhatFlushCompleted);
H A DNuPlayer.cpp1106 } else if (what == DecoderBase::kWhatFlushCompleted) {
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp242 kWhatFlushCompleted = 'fcom', enumerator in enum:android::__anon481::__anon482
346 notify->setInt32("what", kWhatFlushCompleted);
2282 case kWhatFlushCompleted:

Completed in 187 milliseconds