Searched refs:mSuspended (Results 1 - 7 of 7) 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/include/
H A DFragmentedMP4Parser.h166 bool mSuspended; member in struct:android::FragmentedMP4Parser
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp223 mSuspended(false),
328 mSuspended = true; // force resume
416 CHECK(!mSuspended);
421 if (!mSuspended) {
794 if (!mSuspended) {
800 mSuspended = false;
1581 mSuspended = true;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1093 void suspend() { (void) android_atomic_inc(&mSuspended); }
1098 if (android_atomic_dec(&mSuspended) <= 0) {
1099 android_atomic_release_store(0, &mSuspended);
1103 { return android_atomic_acquire_load(&mSuspended) > 0; }
1135 volatile int32_t mSuspended; member in class:android::AudioFlinger::PlaybackThread
1717 bool mSuspended; // effect is suspended: temporarily disabled by framework
H A DAudioFlinger.cpp1549 mMixBuffer(NULL), mSuspended(0), mBytesWritten(0),
1672 snprintf(buffer, SIZE, "suspend count: %d\n", mSuspended);
2837 ALOGV("Audio hardware entering standby, mixer %p, suspend count %d", this, mSuspended);
8170 mSuspended(false)
8800 mSuspended = suspended;
8806 return mSuspended;
/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 496 milliseconds