Home | History | Annotate | Download | only in wifi

Lines Matching defs:mRefCount

1606         private int mRefCount;
1616 mRefCount = 0;
1634 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) {
1666 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) {
1676 if (mRefCount < 0) {
1740 s3 = "refcounted: refcount = " + mRefCount;
1829 private int mRefCount;
1836 mRefCount = 0;
1863 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) {
1907 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) {
1917 if (mRefCount < 0) {
1960 s3 = "refcounted: refcount = " + mRefCount;