Searched refs:kWhatShutdown (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp113 (new AMessage(kWhatShutdown, this))->post();
204 case kWhatShutdown:
H A DNuPlayerDecoderBase.h96 kWhatShutdown = 'shuD', enumerator in enum:android::NuPlayer::DecoderBase::__anon306
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h89 kWhatShutdown, enumerator in enum:android::Converter::__anon759
H A DConverter.cpp96 (new AMessage(kWhatShutdown, this))->post();
418 case kWhatShutdown:
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h98 kWhatShutdown = 'shut', enumerator in enum:android::MediaFilter::__anon78
H A DACodec.h140 kWhatShutdown = 'shut', enumerator in enum:android::ACodec::__anon62
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp89 sp<AMessage> msg = new AMessage(kWhatShutdown, this);
149 case kWhatShutdown:
/frameworks/av/media/libstagefright/
H A DACodec.cpp622 sp<AMessage> msg = new AMessage(kWhatShutdown, this);
6300 case ACodec::kWhatShutdown:
6543 case ACodec::kWhatShutdown:
6857 case kWhatShutdown:
6935 case kWhatShutdown:
7104 case kWhatShutdown:
7385 case kWhatShutdown:
7508 case kWhatShutdown:
7618 case kWhatShutdown:
7686 case kWhatShutdown
[all...]

Completed in 637 milliseconds