Searched refs:mRefCount (Results 1 – 3 of 3) sorted by relevance
29 private int mRefCount; field in RefCountBase41 mRefCount = initialReferenceCount; in RefCountBase()49 mRefCount++; in addRef()64 mRefCount--; in close()65 if (mRefCount > 0) { in close()78 return mRefCount; in getRefCount()
44 private int mRefCount = 0; field in Suggestions54 mRefCount++; in acquire()58 mRefCount--; in release()59 if (mRefCount <= 0) { in release()
31 private final RefCountBase<ImageProxy> mRefCount; field in RefCountedImageProxy39 mRefCount = new RefCountBase<ImageProxy>(image, refCount); in RefCountedImageProxy()44 mRefCount.close(); in close()