Searched defs:incRef (Results 1 – 7 of 7) sorted by relevance
102 void incRef() { assert(mCount > 0); ++mCount; } in incRef() function
39 void incRef() { in incRef() function
73 void VkEncoder::incRef() { __atomic_add_fetch(&refCount, 1, __ATOMIC_SEQ_CST); } function in VkEncoder
54 void (*incRef)(struct android_native_base_t* base); member
125 void incRef() { ++m_refcount; } in incRef() function
97 void (*incRef)(struct android_native_base_t* base); member
297 void incRef() { __atomic_add_fetch(&refcount, 1, __ATOMIC_SEQ_CST); } in incRef() function