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

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 48 kWhatStop,
MediaPuller.cpp 70 sp<AMessage> msg = new AMessage(kWhatStop, id());
111 case kWhatStop:
WifiDisplaySource.h 76 kWhatStop,
WifiDisplaySource.cpp 107 sp<AMessage> msg = new AMessage(kWhatStop, id());
288 case kWhatStop:
    [all...]
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 59 kWhatStop,
sf2.cpp 151 case kWhatStop:
198 (new AMessage(kWhatStop, id()))->post();
218 (new AMessage(kWhatStop, id()))->post();
232 kWhatStop = 'stop',
SimplePlayer.cpp 95 sp<AMessage> msg = new AMessage(kWhatStop, id());
205 case kWhatStop:
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 54 kWhatStop = 'stop',
ARTPWriter.cpp 164 (new AMessage(kWhatStop, mReflector->id()))->post();
221 case kWhatStop:
  /frameworks/av/include/media/stagefright/
MediaCodec.h 152 kWhatStop = 'stop',
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 191 sp<AMessage> msg = new AMessage(kWhatStop, id());
    [all...]

Completed in 102 milliseconds