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

/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::__anon689
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h83 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon118
H A DMediaCodec.h238 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon113
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h83 kWhatStop, enumerator in enum:android::MediaCodecSource::__anon660
H A DMediaCodec.h238 kWhatStop = 'stop', enumerator in enum:android::MediaCodec::__anon655
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h101 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon623
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp71 kWhatStop, enumerator in enum:android::MediaCodecSource::Puller::__anon484
192 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
212 sp<AMessage> msg = new AMessage(kWhatStop, this);
278 case kWhatStop:
387 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
999 case kWhatStop:

Completed in 79 milliseconds