Searched refs:mRefCounted (Results 1 – 2 of 2) sorted by relevance
7827 private boolean mRefCounted; field in WifiManager.WifiLock7836 mRefCounted = true; in WifiLock()7853 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) { in acquire()7892 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) { in release()7921 mRefCounted = refCounted; in setReferenceCounted()7976 if (mRefCounted) { in toString()8234 private boolean mRefCounted; field in WifiManager.MulticastLock8241 mRefCounted = true; in MulticastLock()8267 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) { in acquire()8312 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) { in release()[all …]
1756 Landroid/net/wifi/WifiManager$MulticastLock;->mRefCounted:Z1777 Landroid/net/wifi/WifiManager$WifiLock;->mRefCounted:Z