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

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 48 kWhatStop,
WifiDisplaySource.h 80 kWhatStop,
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 60 kWhatStop,
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 54 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 84 kWhatStop,
MediaCodec.h 233 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 101 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 70 kWhatStop,
191 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
211 sp<AMessage> msg = new AMessage(kWhatStop, this);
277 case kWhatStop:
386 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
986 case kWhatStop:
    [all...]

Completed in 188 milliseconds