Searched defs:incRef (Results 1 – 8 of 8) sorted by relevance
39 void incRef() { in incRef() function
36 void (*incRef)(android_native_base_t*); member
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
56 void (*incRef)(struct android_native_base_t *base); member
97 void (*incRef)(struct android_native_base_t* base); member
286 void incRef() { __atomic_add_fetch(&refcount, 1, __ATOMIC_SEQ_CST); } in incRef() function