Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/include/ui/
H A DANativeObjectBase.h54 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()
72 static void decRef(NATIVE_BASE* base) { in decRef() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DANativeObjectBase.h54 NATIVE_TYPE::common.decRef = decRef; in ANativeObjectBase()
72 static void decRef(NATIVE_BASE* base) { in decRef() function
/aosp12/system/core/libsysutils/src/
H A DSocketListener.cpp68 pair.second->decRef(); in ~SocketListener()
221 c->decRef(); in runListener()
236 ret = c->decRef(); in release()
266 c->decRef(); in sendBroadcast()
273 c->decRef(); in runOnEachSocket()
H A DSocketClient.cpp237 bool SocketClient::decRef() { in decRef() function in SocketClient
/aosp12/frameworks/native/libs/nativebase/include/nativebase/
H A Dnativebase.h55 void (*decRef)(struct android_native_base_t* base); member
81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.h50 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); } in decRef() function
105 if (ref->decRef() == 1) { in release()
H A Degl_object.cpp33 if (decRef() == 1) { in terminate()
40 if (decRef() == 1) { in destroy()
/aosp12/system/core/libsysutils/include/sysutils/
H A DSocketClient.h69 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
/aosp12/packages/modules/DnsResolver/
H A DDnsProxyListener.h44 virtual ~Handler() { mClient->decRef(); } in ~Handler()
/aosp12/system/logging/logd/
H A DLogReader.cpp65 client_->decRef(); in Release()
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c442 buf->common.decRef = cnw_dec_ref; in cnw_alloc()
530 win->base.common.decRef = cnw_dec_ref; in cnw_init()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h360 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()