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

  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 123 private boolean mSuspended = false;
317 mSuspended = true;
325 if (mSuspended) {
334 if (mSuspended) {
335 // mSuspended is true if we have not had a chance to
338 mSuspended = false;
378 if (mSuspended) {
405 if (mSuspended) {
406 mSuspended = false;
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 48 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false)
86 mOutput->setSuspended(mSuspended);
153 mSuspended = (value == "true");
155 mOutput->setSuspended(mSuspended);
185 value = mSuspended ? "true" : "false";
229 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false)
284 if (!mBluetoothEnabled || mClosing || mSuspended) {
286 mBluetoothEnabled %d, mClosing %d, mSuspended %d",
287 mBluetoothEnabled, mClosing, mSuspended);
466 mSuspended = onOff
    [all...]
A2dpAudioInterface.h 120 bool mSuspended;
131 bool mSuspended;
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 266 bool mSuspended;
GraphicBufferSource.cpp 125 mSuspended(false),
472 mSuspended = true;
496 mSuspended = false;
582 if (mSuspended) {
660 if (mLatestBufferId < 0 || mSuspended) {
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 579 void suspend() { (void) android_atomic_inc(&mSuspended); }
584 if (android_atomic_dec(&mSuspended) <= 0) {
585 android_atomic_release_store(0, &mSuspended);
589 { return android_atomic_acquire_load(&mSuspended) > 0; }
    [all...]
Effects.h 155 bool mSuspended; // effect is suspended: temporarily disabled by framework
Effects.cpp 71 mSuspended(false),
779 mSuspended = suspended;
785 return mSuspended;
    [all...]
Threads.cpp     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 142 private boolean mSuspended;
145 if (mSuspended) return; // ignore attempts to start animations
172 mSuspended = suspend;
    [all...]

Completed in 269 milliseconds