Searched refs:decRef (Results 1 – 6 of 6) sorted by relevance
54 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()72 static void decRef(NATIVE_BASE* base) { in decRef() function
55 void (*decRef)(struct android_native_base_t* base); member81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
50 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } in decRef() function105 if (ref->decRef() == 1) { in release()
33 if (decRef() == 1) { in terminate()40 if (decRef() == 1) { in destroy()
363 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()