Home
last modified time | relevance | path

Searched refs:decRef (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DANativeObjectBase.h54 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()
72 static void decRef(NATIVE_BASE* base) { in decRef() function
/frameworks/native/libs/ui/include_vndk/ui/
DANativeObjectBase.h54 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()
72 static void decRef(NATIVE_BASE* base) { in decRef() function
/frameworks/native/libs/nativebase/include/nativebase/
Dnativebase.h55 void (*decRef)(struct android_native_base_t* base); member
81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
/frameworks/native/opengl/libs/EGL/
Degl_object.h55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } in decRef() function
111 if (ref->decRef() == 1) { in release()
Degl_object.cpp38 if (decRef() == 1) { in terminate()
45 if (decRef() == 1) { in destroy()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h358 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()