Searched defs:mStarted (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/av/cmds/stagefright/
H A DSineSource.h29 bool mStarted; member in struct:android::SineSource
/frameworks/av/include/media/stagefright/
H A DJPEGSource.h44 bool mStarted; member in struct:android::JPEGSource
H A DMediaAdapter.h68 bool mStarted; member in struct:android::MediaAdapter
H A DAMRWriter.h50 bool mStarted; member in struct:android::AMRWriter
H A DMPEG2TSWriter.h65 bool mStarted; member in struct:android::MPEG2TSWriter
H A DAACWriter.h52 bool mStarted; member in struct:android::AACWriter
H A DAudioSource.h78 bool mStarted; member in struct:android::AudioSource
H A DAudioPlayer.h103 bool mStarted; member in class:android::AudioPlayer
H A DMediaCodecSource.h104 bool mStarted; member in struct:android::MediaCodecSource
H A DSurfaceMediaSource.h208 // mStarted is a flag to check if the recording is going on
209 bool mStarted; member in class:android::SurfaceMediaSource
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h34 bool mStarted; member in class:android::DummyRecorder
47 , mStarted(false) {}
/frameworks/base/services/core/java/com/android/server/
H A DMountServiceIdler.java39 private boolean mStarted; field in class:MountServiceIdler
46 if (mStarted) {
48 mStarted = false;
73 mStarted = true;
86 mStarted = false;
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h64 bool mStarted; member in class:android::AacAdtsSource
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h70 bool mStarted; member in struct:android::SoftMPEG4Encoder
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h45 bool mStarted; member in struct:android::RepeaterSource
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h77 bool mStarted; member in struct:android::SoftAVCEncoder
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h47 bool mStarted; member in class:android::AACEncoder
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestHandlerThread.java35 private final ConditionVariable mStarted = new ConditionVariable(false); field in class:RequestHandlerThread
48 mStarted.open();
53 mStarted.block();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java44 private boolean mStarted = false; field in class:NotificationHelper
92 mStarted = true;
102 mStarted = false;
154 if (!mStarted) {
H A DPlayerService.java40 private boolean mStarted = false; field in class:PlayerService
78 if (!mStarted) {
82 mStarted = true;
87 if (mStarted) {
91 mStarted = false;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxManagerService.java50 static private boolean mStarted = false; field in class:BordeauxManagerService
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/webm/
H A DWebmFrameThread.h152 volatile bool mStarted; member in class:android::WebmFrameMediaSourceThread
/frameworks/base/core/java/android/widget/
H A DViewFlipper.java50 private boolean mStarted = false; field in class:ViewFlipper
140 mStarted = true;
148 mStarted = false;
181 boolean running = mVisible && mStarted && mUserPresent;
193 Log.d(TAG, "updateRunning() mVisible=" + mVisible + ", mStarted=" + mStarted
202 return mStarted;
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java50 private boolean mStarted; // tracks whether we've received the onAnimationStart() callback field in class:ViewPropertyAnimatorTest
153 assertFalse(mStarted);
155 mStarted = true;
164 assertTrue(mStarted);
173 assertTrue(mStarted);
175 mStarted = false;
187 mStarted = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDelegateViewHelper.java36 private boolean mStarted; field in class:DelegateViewHelper
67 mStarted = mInitialTouch.contains(mDownPoint[0] + sourceX, mDownPoint[1] + sourceY);
71 if (!mStarted) {

Completed in 1529 milliseconds

123