Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mSuspended

821                 void        suspend() { (void) android_atomic_inc(&mSuspended); }
826 if (android_atomic_dec(&mSuspended) <= 0) {
827 android_atomic_release_store(0, &mSuspended);
831 { return android_atomic_acquire_load(&mSuspended) > 0; }
966 volatile int32_t mSuspended;