Searched refs:mRefCount (Results 1 – 3 of 3) sorted by relevance
82 mRefCount++; in incrementRefCount()83 CHRE_ASSERT(mRefCount != 0); in incrementRefCount()87 CHRE_ASSERT(mRefCount > 0); in decrementRefCount()88 mRefCount--; in decrementRefCount()92 return (mRefCount == 0); in isUnreferenced()147 uint16_t mRefCount = 0;
52 mRefCount = 1; in init()233 mRefCount++; in incRef()240 mRefCount--; in decRef()241 if (mRefCount == 0) { in decRef()243 } else if (mRefCount < 0) { in decRef()
25 int mRefCount; variable