Searched refs:kWhatStop (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h48 kWhatStop, enumerator in enum:android::MediaPuller::__anon736
H A DMediaPuller.cpp70 sp<AMessage> msg = new AMessage(kWhatStop, this);
114 case kWhatStop:
H A DWifiDisplaySource.h80 kWhatStop, enumerator in enum:android::WifiDisplaySource::__anon745
H A DWifiDisplaySource.cpp119 sp<AMessage> msg = new AMessage(kWhatStop, this);
300 case kWhatStop:
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h59 kWhatStop, enumerator in enum:android::SimplePlayer::__anon16
H A Dsf2.cpp103 (new AMessage(kWhatStop, this))->post();
194 case kWhatStop:
227 (new AMessage(kWhatStop, this))->post();
255 kWhatStop = 'stop', enumerator in enum:Controller::__anon19
H A DSimplePlayer.cpp95 sp<AMessage> msg = new AMessage(kWhatStop, this);
203 case kWhatStop:
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h76 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon71
H A DMediaCodec.h209 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon69
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h54 kWhatStop = 'stop', enumerator in enum:android::ARTPWriter::__anon712
H A DARTPWriter.cpp164 (new AMessage(kWhatStop, mReflector))->post();
221 case kWhatStop:
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp61 kWhatStop, enumerator in enum:android::MediaCodecSource::Puller::__anon305
145 (new AMessage(kWhatStop, this))->post();
196 case kWhatStop:
284 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
820 case kWhatStop:
H A DMediaCodec.cpp568 sp<AMessage> msg = new AMessage(kWhatStop, this);
1766 case kWhatStop:
1770 (msg->what() == kWhatStop) ? INITIALIZED : UNINITIALIZED;
1825 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
1828 msg->what() == kWhatStop /* keepComponentAllocated */);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h100 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon685
H A DPlaylistFetcher.cpp531 sp<AMessage> msg = new AMessage(kWhatStop, this);
575 case kWhatStop:

Completed in 191 milliseconds