Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mRefCount

1618         if (desc->mRefCount++ == 0) {
1631 if (desc->mRefCount <= 0) {
1632 ALOGW("setEffectSuspended_l() restore refcount should not be 0 %d", desc->mRefCount);
1633 desc->mRefCount = 1;
1635 if (--desc->mRefCount == 0) {
1669 if (desc->mRefCount++ == 0) {
1681 if (desc->mRefCount <= 0) {
1682 ALOGW("setEffectSuspendedAll_l() restore refcount should not be 0 %d", desc->mRefCount);
1683 desc->mRefCount = 1;
1685 if (--desc->mRefCount == 0) {