Searched refs:mRefCounted (Results 1 – 2 of 2) sorted by relevance
5651 private boolean mRefCounted; field in WifiManager.WifiLock5660 mRefCounted = true; in WifiLock()5677 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) { in acquire()5710 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) { in release()5739 mRefCounted = refCounted; in setReferenceCounted()5788 if (mRefCounted) { in toString()5881 private boolean mRefCounted; field in WifiManager.MulticastLock5888 mRefCounted = true; in MulticastLock()5914 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) { in acquire()5959 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) { in release()[all …]
1756 Landroid/net/wifi/WifiManager$MulticastLock;->mRefCounted:Z1777 Landroid/net/wifi/WifiManager$WifiLock;->mRefCounted:Z