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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp105 (new AMessage(kWhatShutdown, this))->post();
185 case kWhatShutdown:
H A DNuPlayerDecoderBase.h91 kWhatShutdown = 'shuD', enumerator in enum:android::NuPlayer::DecoderBase::__anon291
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h89 kWhatShutdown, enumerator in enum:android::Converter::__anon734
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::__anon73
H A DACodec.h119 kWhatShutdown = 'shut', enumerator in enum:android::ACodec::__anon58
/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.cpp612 sp<AMessage> msg = new AMessage(kWhatShutdown, this);
5399 case ACodec::kWhatShutdown:
5646 case ACodec::kWhatShutdown:
5912 case kWhatShutdown:
5990 case kWhatShutdown:
6159 case kWhatShutdown:
6433 case kWhatShutdown:
6563 case kWhatShutdown:
6673 case kWhatShutdown:
6741 case kWhatShutdown
[all...]

Completed in 172 milliseconds