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::__anon716
H A DMediaPuller.cpp70 sp<AMessage> msg = new AMessage(kWhatStop, id());
114 case kWhatStop:
H A DWifiDisplaySource.h76 kWhatStop, enumerator in enum:android::WifiDisplaySource::__anon725
H A DWifiDisplaySource.cpp113 sp<AMessage> msg = new AMessage(kWhatStop, id());
294 case kWhatStop:
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h59 kWhatStop, enumerator in enum:android::SimplePlayer::__anon18
H A Dsf2.cpp103 (new AMessage(kWhatStop, id()))->post();
195 case kWhatStop:
228 (new AMessage(kWhatStop, id()))->post();
256 kWhatStop = 'stop', enumerator in enum:Controller::__anon21
H A DSimplePlayer.cpp96 sp<AMessage> msg = new AMessage(kWhatStop, id());
206 case kWhatStop:
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h73 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon67
H A DMediaCodec.h175 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon65
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h54 kWhatStop = 'stop', enumerator in enum:android::ARTPWriter::__anon692
H A DARTPWriter.cpp164 (new AMessage(kWhatStop, mReflector->id()))->post();
221 case kWhatStop:
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp56 kWhatStop, enumerator in enum:android::MediaCodecSource::Puller::__anon294
140 (new AMessage(kWhatStop, id()))->post();
191 case kWhatStop:
278 sp<AMessage> msg = new AMessage(kWhatStop, mReflector->id());
783 case kWhatStop:
H A DMediaCodec.cpp317 sp<AMessage> msg = new AMessage(kWhatStop, id());
1352 case kWhatStop:
1356 (msg->what() == kWhatStop) ? INITIALIZED : UNINITIALIZED;
1395 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
1398 msg->what() == kWhatStop /* keepComponentAllocated */);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h92 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon666
H A DPlaylistFetcher.cpp378 sp<AMessage> msg = new AMessage(kWhatStop, id());
412 case kWhatStop:

Completed in 802 milliseconds