Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DANativeObjectBase.h72 NATIVE_TYPE::common.incRef = incRef; in ANativeObjectBase()
87 static void incRef(android_native_base_t* base) { in incRef() function
/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.cpp86 object->incRef(); in getObject()
/frameworks/native/opengl/libagl/
Degl.cpp355 nativeWindow->common.incRef(&nativeWindow->common); in egl_window_surface_v2_t()
410 buffer->common.incRef(&buffer->common); in connect()
573 buffer->common.incRef(&buffer->common); in swapBuffers()
2087 native_buffer->common.incRef(&native_buffer->common); in eglCreateImageKHR()