HomeSort by relevance Sort by last modified time
    Searched refs:mSuspended (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 127 private boolean mSuspended = false;
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;
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 47 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false)
85 mOutput->setSuspended(mSuspended);
152 mSuspended = (value == "true");
154 mOutput->setSuspended(mSuspended);
184 value = mSuspended ? "true" : "false";
228 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false)
283 if (!mBluetoothEnabled || mClosing || mSuspended) {
285 mBluetoothEnabled %d, mClosing %d, mSuspended %d",
286 mBluetoothEnabled, mClosing, mSuspended);
465 mSuspended = onOff
    [all...]
A2dpAudioInterface.h 120 bool mSuspended;
131 bool mSuspended;
  /frameworks/av/services/audioflinger/
Threads.h 401 void suspend() { (void) android_atomic_inc(&mSuspended); }
406 if (android_atomic_dec(&mSuspended) <= 0) {
407 android_atomic_release_store(0, &mSuspended);
411 { return android_atomic_acquire_load(&mSuspended) > 0; }
443 volatile int32_t mSuspended;
    [all...]
Effects.h 145 bool mSuspended; // effect is suspended: temporarily disabled by framework
Effects.cpp 68 mSuspended(false)
743 mSuspended = suspended;
749 return mSuspended;
    [all...]
Threads.cpp     [all...]
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 166 bool mSuspended;
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 228 mSuspended(false),
332 mSuspended = true; // force resume
421 CHECK(!mSuspended);
426 if (!mSuspended) {
799 if (!mSuspended) {
805 mSuspended = false;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 128 private boolean mSuspended;
131 if (mSuspended) return; // ignore attempts to start animations
158 mSuspended = suspend;
    [all...]
MultiWaveView.java 129 private boolean mSuspended;
132 if (mSuspended) return; // ignore attempts to start animations
159 mSuspended = suspend;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 127 private boolean mSuspended;
130 if (mSuspended) return; // ignore attempts to start animations
157 mSuspended = suspend;
    [all...]

Completed in 417 milliseconds