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 76 kWhatStop,
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 59 kWhatStop,
sf2.cpp 103 (new AMessage(kWhatStop, id()))->post();
195 case kWhatStop:
228 (new AMessage(kWhatStop, id()))->post();
256 kWhatStop = 'stop',
  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 73 kWhatStop,
MediaCodec.h 175 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 54 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 89 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 56 kWhatStop,
140 (new AMessage(kWhatStop, id()))->post();
191 case kWhatStop:
278 sp<AMessage> msg = new AMessage(kWhatStop, mReflector->id());
842 case kWhatStop:

Completed in 304 milliseconds