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 int32_t incRef() { return android_atomic_inc(&count); } function in class:android::egl_object_t
91 ref->incRef();
105 ref->incRef();
H A Degl_display.cpp103 object->incRef();
/frameworks/native/opengl/libagl/
H A Degl.cpp354 nativeWindow->common.incRef(&nativeWindow->common);
403 buffer->common.incRef(&buffer->common);
560 buffer->common.incRef(&buffer->common);
2055 native_buffer->common.incRef(&native_buffer->common);

Completed in 755 milliseconds