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

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 48 kWhatStop,
MediaPuller.cpp 70 sp<AMessage> msg = new AMessage(kWhatStop, this);
114 case kWhatStop:
WifiDisplaySource.h 80 kWhatStop,
WifiDisplaySource.cpp 119 sp<AMessage> msg = new AMessage(kWhatStop, this);
300 case kWhatStop:
    [all...]
  /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',
SimplePlayer.cpp 95 sp<AMessage> msg = new AMessage(kWhatStop, this);
203 case kWhatStop:
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 54 kWhatStop = 'stop',
ARTPWriter.cpp 164 (new AMessage(kWhatStop, mReflector))->post();
221 case kWhatStop:
  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 79 kWhatStop,
MediaCodec.h 216 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 100 kWhatStop = 'stop',
PlaylistFetcher.cpp 539 sp<AMessage> msg = new AMessage(kWhatStop, this);
583 case kWhatStop:
    [all...]
  /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:
MediaCodec.cpp 610 sp<AMessage> msg = new AMessage(kWhatStop, this);
    [all...]

Completed in 2248 milliseconds