Searched defs:decRef (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DANativeObjectBase.h71 NATIVE_TYPE::common.decRef = decRef;
89 static void decRef(android_native_base_t* base) { function in class:android::ANativeObjectBase
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h62 void (*decRef)(struct android_native_base_t* base); member in struct:android_native_base_t
80 common.decRef(const_cast<android_native_base_t*>(&common));
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } function in class:android::egl_object_t
111 if (ref->decRef() == 1) {

Completed in 87 milliseconds