Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mSuspended

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;