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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h48 kWhatStop, enumerator in enum:android::MediaPuller::__anon945
H A DWifiDisplaySource.h80 kWhatStop, enumerator in enum:android::WifiDisplaySource::__anon954
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h60 kWhatStop, enumerator in enum:android::SimplePlayer::__anon27
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h54 kWhatStop = 'stop', enumerator in enum:android::ARTPWriter::__anon922
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h85 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon115
H A DMediaCodec.h235 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon113
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h85 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon827
H A DMediaCodec.h235 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon825
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h85 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon884
H A DMediaCodec.h235 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon882
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h101 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon860
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp67 kWhatStop, enumerator in enum:android::MediaCodecSource::Puller::__anon435
181 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
201 sp<AMessage> msg = new AMessage(kWhatStop, this);
253 case kWhatStop:
362 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
965 case kWhatStop:

Completed in 181 milliseconds