HomeSort by relevance Sort by last modified time
    Searched refs:decRef (Results 1 - 24 of 24) 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/libs/ui/include/ui/
ANativeObjectBase.h 54 NATIVE_TYPE::common.decRef = decRef;
72 static void decRef(NATIVE_BASE* base) {
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 55 void (*decRef)(struct android_native_base_t* base);
81 common.decRef(const_cast<android_native_base_t*>(&common));
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 38 if (decRef() == 1) {
45 if (decRef() == 1) {
egl_object.h 55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); }
111 if (ref->decRef() == 1) {
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 169 //! access android_native_base_t::decRef
222 if (!baseFunctions.incRef || !baseFunctions.decRef)
225 baseFunctions.decRef = getNativeBaseDecRefFunc(base);
245 m_baseFunctions.decRef = DE_NULL;
253 if (m_impl && m_baseFunctions.decRef)
255 m_baseFunctions.decRef(getAndroidNativeBase(m_impl));
tcuAndroidInternals.hpp 120 decRefFunc decRef;
  /system/core/libsysutils/src/
SocketListener.cpp 68 (*it)->decRef();
240 c->decRef();
262 ret = c->decRef();
296 c->decRef();
321 c->decRef();
SocketClient.cpp 253 bool SocketClient::decRef() {
  /system/core/libsysutils/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)
  /external/swiftshader/src/Main/
FrameBufferAndroid.cpp 60 nativeWindow->common.decRef(&nativeWindow->common);
  /system/core/logd/
LogTimes.cpp 73 mClient->decRef();
108 client->decRef();
  /system/netd/server/
DnsProxyListener.cpp 68 // SocketClient decRef() happens in the handler's run() method.
78 cli->decRef();
283 mClient->decRef();
527 mClient->decRef();
630 mClient->decRef();
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 203 int refCount = mapper->decRef();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 203 int refCount = mapper->decRef();
  /hardware/libhardware/tests/hwc/
cnativewindow.c 442 buf->common.decRef = cnw_dec_ref;
530 win->base.common.decRef = cnw_dec_ref;
  /external/swiftshader/src/OpenGL/common/
Image.hpp 278 nativeBuffer->common.decRef(&nativeBuffer->common);
  /frameworks/native/libs/nativewindow/include/system/
window.h 328 common.decRef(const_cast<android_native_base_t*>(&common));
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 377 buffer->common.decRef(&buffer->common);
380 previousBuffer->common.decRef(&previousBuffer->common);
382 nativeWindow->common.decRef(&nativeWindow->common);
446 buffer->common.decRef(&buffer->common);
450 previousBuffer->common.decRef(&previousBuffer->common);
537 previousBuffer->common.decRef(&previousBuffer->common);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 225 dri2_surf->buffer->common.decRef(&dri2_surf->buffer->common);
376 dri2_surf->window->common.decRef(&dri2_surf->window->common);
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 425 nativeWindow->common.decRef(&nativeWindow->common);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 491 if (!mapper->decRef()) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 512 if (!mapper->decRef()) {
    [all...]

Completed in 2050 milliseconds