Home
last modified time | relevance | path

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

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