HomeSort by relevance Sort by last modified time
    Searched defs:mStarted (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /frameworks/av/cmds/stagefright/
SineSource.h 29 bool mStarted;
  /frameworks/av/include/media/stagefright/
JPEGSource.h 44 bool mStarted;
MediaAdapter.h 68 bool mStarted;
AMRWriter.h 50 bool mStarted;
MPEG2TSWriter.h 65 bool mStarted;
AACWriter.h 52 bool mStarted;
AudioPlayer.h 93 bool mStarted;
AudioSource.h 78 bool mStarted;
SurfaceMediaSource.h 199 // mStarted is a flag to check if the recording is going on
200 bool mStarted;
CameraSource.h 163 bool mStarted;
MPEG4Writer.h 82 bool mStarted; // Writer thread + track threads started successfully
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.h 34 bool mStarted;
47 , mStarted(false) {}
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 64 bool mStarted;
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 45 bool mStarted;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.h 63 bool mStarted;
VideoEditorAudioPlayer.h 113 bool mStarted;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 79 bool mStarted;
  /frameworks/av/media/libstagefright/include/
AACEncoder.h 47 bool mStarted;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DelegateViewHelper.java 35 private boolean mStarted;
66 mStarted = mInitialTouch.contains(mDownPoint[0] + sourceX, mDownPoint[1] + sourceY);
70 if (!mStarted) {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 50 static private boolean mStarted = false;
56 if (mStarted) return;
59 mStarted = true;
64 if (mStarted && mConnection != null) {
67 mStarted = false;
149 mStarted = false; // needs to bind again
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 92 bool mStarted;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 120 bool mStarted;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 151 bool mStarted;
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 62 bool mStarted;
243 mStarted(false),
250 if (mStarted) {
256 CHECK(!mStarted);
267 mStarted = true;
273 CHECK(mStarted);
278 mStarted = false;
AMRExtractor.cpp 60 bool mStarted;
210 mStarted(false),
219 if (mStarted) {
225 CHECK(!mStarted);
231 mStarted = true;
237 CHECK(mStarted);
242 mStarted = false;

Completed in 260 milliseconds

1 2 3 4