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

/frameworks/native/include/ui/
H A DANativeObjectBase.h72 NATIVE_TYPE::common.incRef = incRef;
87 static void incRef(android_native_base_t* base) { function in class:android::ANativeObjectBase
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h54 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); } function in class:android::egl_object_t
90 ref->incRef();
104 ref->incRef();
H A Degl_display.cpp91 object->incRef();
/frameworks/native/opengl/libagl/
H A Degl.cpp351 nativeWindow->common.incRef(&nativeWindow->common);
406 buffer->common.incRef(&buffer->common);
563 buffer->common.incRef(&buffer->common);
2077 native_buffer->common.incRef(&native_buffer->common);

Completed in 78 milliseconds