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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h48 kWhatStop, enumerator in enum:android::MediaPuller::__anon905
H A DWifiDisplaySource.h80 kWhatStop, enumerator in enum:android::WifiDisplaySource::__anon914
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h60 kWhatStop, enumerator in enum:android::SimplePlayer::__anon26
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h54 kWhatStop = 'stop', enumerator in enum:android::ARTPWriter::__anon884
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h84 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon103
H A DMediaCodec.h233 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon101
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h84 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon851
H A DMediaCodec.h233 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon849
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h101 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon819
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp70 kWhatStop, enumerator in enum:android::MediaCodecSource::Puller::__anon438
191 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
211 sp<AMessage> msg = new AMessage(kWhatStop, this);
277 case kWhatStop:
386 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
986 case kWhatStop:

Completed in 254 milliseconds