Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSmartPtr.h36 m_pRefCount = new int32_t(1);
38 m_pRefCount = NULL;
48 m_pRefCount = rhs.m_pRefCount;
61 m_pRefCount = rhs.m_pRefCount;
111 m_pRefCount = rhs.m_pRefCount;
127 m_pRefCount = rhs.m_pRefCount;
137 int32_t *m_pRefCount;
143 if (!m_pRefCount) return 0; in use()
144 return android_atomic_inc(m_pRefCount) + 1; in use()
150 if (!m_pRefCount) return 0; in release()
[all …]