Home
last modified time | relevance | path

Searched refs:mRefCount (Results 1 – 4 of 4) sorted by relevance

/system/core/logd/
DLogTimes.h34 unsigned int mRefCount; variable
88 if (mRefCount || threadRunning) { in release_Locked()
103 void incRef_Locked(void) { ++mRefCount; } in incRef_Locked()
105 bool owned_Locked(void) const { return mRefCount != 0; } in owned_Locked()
108 if ((mRefCount && --mRefCount) || !mRelease || threadRunning) { in decRef_Locked()
DLogTimes.cpp31 mRefCount(1), in LogTimeEntry()
/system/core/libsysutils/src/
DSocketClient.cpp33 mRefCount = 1; in init()
232 mRefCount++; in incRef()
239 mRefCount--; in decRef()
240 if (mRefCount == 0) { in decRef()
242 } else if (mRefCount < 0) { in decRef()
/system/core/include/sysutils/
DSocketClient.h27 int mRefCount; variable