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

  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 38 int decRef()
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 38 int decRef()
  /frameworks/native/include/ui/
ANativeObjectBase.h 73 NATIVE_TYPE::common.decRef = decRef;
91 static void decRef(android_native_base_t* base) {
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 161 //! access android_native_base_t::decRef
214 if (!baseFunctions.incRef || !baseFunctions.decRef)
217 baseFunctions.decRef = getNativeBaseDecRefFunc(base);
237 m_baseFunctions.decRef = DE_NULL;
245 if (m_impl && m_baseFunctions.decRef)
247 m_baseFunctions.decRef(getAndroidNativeBase(m_impl));
tcuAndroidInternals.hpp 121 decRefFunc decRef;
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 47 if (decRef() == 1) {
54 if (decRef() == 1) {
egl_object.h 54 inline int32_t decRef() { return android_atomic_dec(&count); }
111 if (ref->decRef() == 1) {
  /system/core/include/sysutils/
SocketClient.h 69 // decRef() when it's done with the client.
71 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
  /system/core/libsysutils/src/
SocketListener.cpp 66 (*it)->decRef();
247 c->decRef();
269 ret = c->decRef();
303 c->decRef();
328 c->decRef();
SocketClient.cpp 236 bool SocketClient::decRef() {
  /system/core/include/system/
window.h 85 void (*decRef)(struct android_native_base_t* base);
103 common.decRef(const_cast<android_native_base_t*>(&common));
404 common.decRef(const_cast<android_native_base_t*>(&common));
    [all...]
  /system/core/logd/
LogTimes.cpp 66 mClient->decRef();
101 client->decRef();
  /system/netd/server/
DnsProxyListener.cpp 185 mClient->decRef();
370 mClient->decRef();
487 mClient->decRef();
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 210 int refCount = mapper->decRef();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 210 int refCount = mapper->decRef();
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 96 dri2_surf->buffer->common.decRef(&dri2_surf->buffer->common);
244 dri2_surf->window->common.decRef(&dri2_surf->window->common);
  /hardware/libhardware/tests/hwc/
cnativewindow.c 442 buf->common.decRef = cnw_dec_ref;
530 win->base.common.decRef = cnw_dec_ref;
  /frameworks/native/opengl/libagl/
egl.cpp 362 buffer->common.decRef(&buffer->common);
365 previousBuffer->common.decRef(&previousBuffer->common);
367 nativeWindow->common.decRef(&nativeWindow->common);
431 buffer->common.decRef(&buffer->common);
435 previousBuffer->common.decRef(&previousBuffer->common);
528 previousBuffer->common.decRef(&previousBuffer->common);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 355 asurf->buf->common.decRef(&asurf->buf->common);
497 asurf->win->common.decRef(&asurf->win->common);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 307 nativeWindow->common.decRef(&nativeWindow->common);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 490 if (!mapper->decRef()) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 512 if (!mapper->decRef()) {
    [all...]

Completed in 453 milliseconds