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

  /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 83 kWhatStop,
MediaCodec.h 238 kWhatStop = 'stop',
  /hardware/google/av/media/sfplugin/
CCodec.h 103 kWhatStop,
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 101 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 71 kWhatStop,
192 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
212 sp<AMessage> msg = new AMessage(kWhatStop, this);
278 case kWhatStop:
387 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
999 case kWhatStop:
    [all...]

Completed in 124 milliseconds