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

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 120 bool mSuspended;
131 bool mSuspended;
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 181 bool mSuspended;
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 166 bool mSuspended;
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 128 private boolean mSuspended = false;
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/services/audioflinger/
Effects.h 154 bool mSuspended; // effect is suspended: temporarily disabled by framework
Threads.h 435 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;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 129 private boolean mSuspended;
132 if (mSuspended) return; // ignore attempts to start animations
159 mSuspended = suspend;
    [all...]
GlowPadView.java 128 private boolean mSuspended;
131 if (mSuspended) return; // ignore attempts to start animations
158 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...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 129 private boolean mSuspended;
132 if (mSuspended) return; // ignore attempts to start animations
159 mSuspended = suspend;
    [all...]

Completed in 693 milliseconds