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 76 kWhatStop,
MediaCodec.h 209 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 61 kWhatStop,
145 (new AMessage(kWhatStop, this))->post();
196 case kWhatStop:
284 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
820 case kWhatStop:
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 100 kWhatStop = 'stop',

Completed in 288 milliseconds