Searched refs:kWhatShutdownCompleted (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCodecBase.h36 kWhatShutdownCompleted = 'scom', enumerator in enum:android::CodecBase::__anon65
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h55 kWhatShutdownCompleted = 'shDC', enumerator in enum:android::NuPlayer::DecoderBase::__anon290
H A DNuPlayerDecoderPassThrough.cpp402 notify->setInt32("what", kWhatShutdownCompleted);
H A DNuPlayerDecoder.cpp433 // finish with posting kWhatShutdownCompleted.
438 notify->setInt32("what", kWhatShutdownCompleted);
H A DNuPlayer.cpp952 } else if (what == DecoderBase::kWhatShutdownCompleted) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h39 kWhatShutdownCompleted, enumerator in enum:android::Converter::__anon732
H A DConverter.cpp429 notify->setInt32("what", kWhatShutdownCompleted);
H A DPlaybackSession.cpp527 } else if (what != Converter::kWhatShutdownCompleted) {
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp234 } else if (what == CodecBase::kWhatShutdownCompleted) {
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp692 notify->setInt32("what", CodecBase::kWhatShutdownCompleted);
/frameworks/av/media/libstagefright/
H A DACodec.cpp4602 notify->setInt32("what", CodecBase::kWhatShutdownCompleted);
5408 notify->setInt32("what", CodecBase::kWhatShutdownCompleted);
5608 notify->setInt32("what", CodecBase::kWhatShutdownCompleted);
H A DMediaCodec.cpp1482 case CodecBase::kWhatShutdownCompleted:

Completed in 6213 milliseconds