HomeSort by relevance Sort by last modified time
    Searched defs:kWhatStop (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 48 kWhatStop,
WifiDisplaySource.h 80 kWhatStop,
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 59 kWhatStop,
sf2.cpp 103 (new AMessage(kWhatStop, this))->post();
194 case kWhatStop:
227 (new AMessage(kWhatStop, this))->post();
255 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 54 kWhatStop = 'stop',
  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 79 kWhatStop,
MediaCodec.h 216 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 100 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 68 kWhatStop,
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:
352 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
903 case kWhatStop:

Completed in 6733 milliseconds