Searched defs:mStarted (Results 1 - 25 of 60) 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 DSurfaceMediaSource.h203 // mStarted is a flag to check if the recording is going on
204 bool mStarted; member in class:android::SurfaceMediaSource
H A DCameraSource.h163 bool mStarted; member in class:android::CameraSource
H A DMPEG4Writer.h82 bool mStarted; // Writer thread + track threads started successfully member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h34 bool mStarted; member in class:android::DummyRecorder
47 , mStarted(false) {}
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h64 bool mStarted; member in class:android::AacAdtsSource
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h45 bool mStarted; member in struct:android::RepeaterSource
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.h63 bool mStarted; member in class:android::VideoEditorSRC
H A DVideoEditorAudioPlayer.h113 bool mStarted; member in class:android::VideoEditorAudioPlayer
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h79 bool mStarted; member in struct:android::SoftMPEG4Encoder
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h47 bool mStarted; member in class:android::AACEncoder
/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/codecs/avc/enc/
H A DSoftAVCEncoder.h92 bool mStarted; member in struct:android::SoftAVCEncoder
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java51 private boolean mStarted = false; field in class:FileSynthesisCallback
109 if (mStarted) {
113 mStarted = true;
/frameworks/base/core/java/android/widget/
H A DViewFlipper.java51 private boolean mStarted = false; field in class:ViewFlipper
132 mStarted = true;
140 mStarted = false;
173 boolean running = mVisible && mStarted && mUserPresent;
185 Log.d(TAG, "updateRunning() mVisible=" + mVisible + ", mStarted=" + mStarted
194 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) {
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromiumFactoryProvider.java78 private boolean mStarted; field in class:WebViewChromiumFactoryProvider
97 if (mStarted) { // Early-out for the common case.
121 while (!mStarted) {
138 if (mStarted) {
190 mStarted = true;
254 return mStarted;
284 assert mStarted;
297 if (!mStarted) {

Completed in 567 milliseconds

123