Searched defs:incRef (Results 1 – 8 of 8) sorted by relevance
102 void incRef() { assert(mCount > 0); ++mCount; } in incRef() function
68 static void incRef(NATIVE_BASE* base) { in incRef() function
36 void incRef() { in incRef() function
36 void (*incRef)(android_native_base_t*); member
72 void VkEncoder::incRef() { __atomic_add_fetch(&refCount, 1, __ATOMIC_SEQ_CST); } function in VkEncoder
43 void (*incRef)(struct android_native_base_t* base); member
126 void incRef() { ++m_refcount; } in incRef() function
253 void incRef() { __atomic_add_fetch(&refcount, 1, __ATOMIC_SEQ_CST); } in incRef() function