HomeSort by relevance Sort by last modified time
    Searched refs:incRef (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 33 int incRef()
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 33 int incRef()
  /frameworks/native/libs/ui/include/ui/
ANativeObjectBase.h 53 NATIVE_TYPE::common.incRef = incRef;
68 static void incRef(NATIVE_BASE* base) {
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 54 void (*incRef)(struct android_native_base_t* base);
78 common.incRef(const_cast<android_native_base_t*>(&common));
  /frameworks/native/opengl/libs/EGL/
egl_object.h 54 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); }
90 ref->incRef();
104 ref->incRef();
egl_display.cpp 103 object->incRef();
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 163 //! access android_native_base_t::incRef
222 if (!baseFunctions.incRef || !baseFunctions.decRef)
224 baseFunctions.incRef = getNativeBaseIncRefFunc(base);
229 baseFunctions.incRef(base);
244 m_baseFunctions.incRef = DE_NULL;
tcuAndroidInternals.hpp 119 incRefFunc incRef;
  /system/core/libsysutils/include/sysutils/
SocketClient.h 70 void incRef();
  /system/core/logd/
FlushCommand.cpp 95 client->incRef();
  /system/core/libsysutils/src/
SocketListener.cpp 224 c->incRef();
282 c->incRef();
310 c->incRef();
SocketClient.cpp 247 void SocketClient::incRef() {
  /external/swiftshader/src/Main/
FrameBufferAndroid.cpp 54 nativeWindow->common.incRef(&nativeWindow->common);
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 157 mapper->incRef();
182 mapper->incRef();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 157 mapper->incRef();
182 mapper->incRef();
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 286 mapper->incRef();
  /hardware/libhardware/tests/hwc/
cnativewindow.c 441 buf->common.incRef = cnw_inc_ref;
529 win->base.common.incRef = cnw_inc_ref;
  /external/swiftshader/src/OpenGL/common/
Image.hpp 268 nativeBuffer->common.incRef(&nativeBuffer->common);
  /frameworks/native/libs/nativewindow/include/system/
window.h 325 common.incRef(const_cast<android_native_base_t*>(&common));
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlane.cpp 303 mapper->incRef();
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 193 dri2_surf->buffer->common.incRef(&dri2_surf->buffer->common);
335 window->common.incRef(&window->common);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 459 mapper->incRef();
524 mapper->incRef();
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 370 nativeWindow->common.incRef(&nativeWindow->common);
425 buffer->common.incRef(&buffer->common);
582 buffer->common.incRef(&buffer->common);
    [all...]
  /system/netd/server/
DnsProxyListener.cpp 64 cli->incRef();
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 479 mapper->incRef();
545 mapper->incRef();
    [all...]

Completed in 401 milliseconds

1 2