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

/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java127 private boolean mSuspended = false; field in class:HttpsConnection
321 mSuspended = true;
329 if (mSuspended) {
338 if (mSuspended) {
339 // mSuspended is true if we have not had a chance to
342 mSuspended = false;
382 if (mSuspended) {
409 if (mSuspended) {
410 mSuspended = false;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h212 bool mSuspended; member in class:android::GraphicBufferSource
/frameworks/av/services/audioflinger/
H A DEffects.h155 bool mSuspended; // effect is suspended: temporarily disabled by framework member in class:EffectModule
H A DThreads.h547 void suspend() { (void) android_atomic_inc(&mSuspended); }
552 if (android_atomic_dec(&mSuspended) <= 0) {
553 android_atomic_release_store(0, &mSuspended);
557 { return android_atomic_acquire_load(&mSuspended) > 0; }
667 volatile int32_t mSuspended; member in class:PlaybackThread
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java134 private boolean mSuspended; field in class:GlowPadView.AnimationBundle
137 if (mSuspended) return; // ignore attempts to start animations
164 mSuspended = suspend;

Completed in 26 milliseconds