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::__anon716
H A DWifiDisplaySource.h76 kWhatStop, enumerator in enum:android::WifiDisplaySource::__anon725
/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
/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
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h92 kWhatStop = 'stop', enumerator in enum:android::PlaylistFetcher::__anon666
/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:

Completed in 10 milliseconds