Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DANativeObjectBase.h53 NATIVE_TYPE::common.incRef = incRef; in ANativeObjectBase()
68 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
78 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
/frameworks/native/opengl/libs/EGL/
Degl_object.h54 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); } in incRef() function
90 ref->incRef(); in LocalRef()
104 ref->incRef(); in acquire()
Degl_display.cpp103 object->incRef(); in getObject()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h325 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
/frameworks/native/opengl/libagl/
Degl.cpp370 nativeWindow->common.incRef(&nativeWindow->common); in egl_window_surface_v2_t()
425 buffer->common.incRef(&buffer->common); in connect()
582 buffer->common.incRef(&buffer->common); in swapBuffers()
2118 native_buffer->common.incRef(&native_buffer->common); in eglCreateImageKHR()