Searched refs:incRef (Results 1 – 6 of 6) sorted by relevance
53 NATIVE_TYPE::common.incRef = incRef; in ANativeObjectBase()68 static void incRef(NATIVE_BASE* base) { in incRef() function
54 void (*incRef)(struct android_native_base_t* base); member78 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
54 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); } in incRef() function90 ref->incRef(); in LocalRef()104 ref->incRef(); in acquire()
122 object->incRef(); in getObject()
355 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()