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

  /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/include/ui/
ANativeObjectBase.h 72 NATIVE_TYPE::common.incRef = incRef;
87 static void incRef(android_native_base_t* base) {
  /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 89 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/include/sysutils/
SocketClient.h 70 void incRef();
  /system/core/logd/
FlushCommand.cpp 89 client->incRef();
  /system/core/include/system/
window.h 85 void (*incRef)(struct android_native_base_t* base);
101 common.incRef(const_cast<android_native_base_t*>(&common));
416 common.incRef(const_cast<android_native_base_t*>(&common));
    [all...]
  /system/core/libsysutils/src/
SocketListener.cpp 232 c->incRef();
290 c->incRef();
318 c->incRef();
SocketClient.cpp 230 void SocketClient::incRef() {
  /external/opencv3/modules/core/include/opencv2/core/
ptr.inl.hpp 65 void incRef()
136 if (owner) owner->incRef();
143 if (owner) owner->incRef();
150 if (owner) owner->incRef();
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 164 mapper->incRef();
189 mapper->incRef();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 164 mapper->incRef();
189 mapper->incRef();
  /system/netd/server/
DnsProxyListener.cpp 290 cli->incRef();
336 cli->incRef();
456 cli->incRef();
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 286 mapper->incRef();
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 85 dri2_surf->buffer->common.incRef(&dri2_surf->buffer->common);
192 window->common.incRef(&window->common);
  /hardware/libhardware/tests/hwc/
cnativewindow.c 441 buf->common.incRef = cnw_inc_ref;
529 win->base.common.incRef = cnw_inc_ref;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlane.cpp 303 mapper->incRef();
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 331 asurf->buf->common.incRef(&asurf->buf->common);
538 asurf->win->common.incRef(&asurf->win->common);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 459 mapper->incRef();
524 mapper->incRef();
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 351 nativeWindow->common.incRef(&nativeWindow->common);
406 buffer->common.incRef(&buffer->common);
563 buffer->common.incRef(&buffer->common);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 479 mapper->incRef();
545 mapper->incRef();
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 317 nativeWindow->common.incRef(&nativeWindow->common);
    [all...]

Completed in 661 milliseconds