Searched defs:kWhatStop (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h48 kWhatStop, enumerator in enum:android::MediaPuller::__anon766
H A DWifiDisplaySource.h80 kWhatStop, enumerator in enum:android::WifiDisplaySource::__anon775
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h59 kWhatStop, enumerator in enum:android::SimplePlayer::__anon15
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::__anon18
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h54 kWhatStop = 'stop', enumerator in enum:android::ARTPWriter::__anon743
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h80 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon78
H A DMediaCodec.h216 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon76
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h100 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon713
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp68 kWhatStop, enumerator in enum:android::MediaCodecSource::Puller::__anon325
182 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
202 sp<AMessage> msg = new AMessage(kWhatStop, this);
254 case kWhatStop:
363 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
946 case kWhatStop:

Completed in 4919 milliseconds