Home
last modified time | relevance | path

Searched defs:decRef (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/ui/include/ui/
H A DANativeObjectBase.h72 static void decRef(NATIVE_BASE* base) { in decRef() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DANativeObjectBase.h72 static void decRef(NATIVE_BASE* base) { in decRef() function
/aosp12/frameworks/native/libs/nativebase/include/nativebase/
H A Dnativebase.h55 void (*decRef)(struct android_native_base_t* base); member
/aosp12/system/core/libsysutils/src/
H A DSocketClient.cpp237 bool SocketClient::decRef() { in decRef() function in SocketClient
/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