Searched defs:mSuspended (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java128 private boolean mSuspended = false; field in class:HttpsConnection
322 mSuspended = true;
330 if (mSuspended) {
339 if (mSuspended) {
340 // mSuspended is true if we have not had a chance to
343 mSuspended = false;
383 if (mSuspended) {
410 if (mSuspended) {
411 mSuspended = false;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h181 bool mSuspended; member in class:android::GraphicBufferSource
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h166 bool mSuspended; member in struct:android::FragmentedMP4Parser
/frameworks/av/services/audioflinger/
H A DEffects.h154 bool mSuspended; // effect is suspended: temporarily disabled by framework member in class:EffectModule
H A DThreads.h435 void suspend() { (void) android_atomic_inc(&mSuspended); }
440 if (android_atomic_dec(&mSuspended) <= 0) {
441 android_atomic_release_store(0, &mSuspended);
445 { return android_atomic_acquire_load(&mSuspended) > 0; }
489 volatile int32_t mSuspended; member in class:PlaybackThread
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java128 private boolean mSuspended; field in class:GlowPadView.AnimationBundle
131 if (mSuspended) return; // ignore attempts to start animations
158 mSuspended = suspend;
H A DMultiWaveView.java129 private boolean mSuspended; field in class:MultiWaveView.AnimationBundle
132 if (mSuspended) return; // ignore attempts to start animations
159 mSuspended = suspend;

Completed in 168 milliseconds