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

/frameworks/native/include/ui/
H A DANativeObjectBase.h73 NATIVE_TYPE::common.decRef = decRef;
91 static void decRef(android_native_base_t* base) { function in class:android::ANativeObjectBase
/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 1504 milliseconds