Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/include/ui/
H A DANativeObjectBase.h68 static void incRef(NATIVE_BASE* base) { in incRef() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DANativeObjectBase.h68 static void incRef(NATIVE_BASE* base) { in incRef() function
/aosp12/frameworks/native/libs/nativebase/include/nativebase/
H A Dnativebase.h54 void (*incRef)(struct android_native_base_t* base); member
/aosp12/system/core/libsysutils/src/
H A DSocketClient.cpp231 void SocketClient::incRef() { in incRef() function in SocketClient
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.h49 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); } in incRef() function