Home
last modified time | relevance | path

Searched refs:refcount (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp126 uint32_t refcount; member
145 s_grdma->refcount = 0; in init_gralloc_dmaregion()
156 s_grdma->refcount++; in get_gralloc_dmaregion()
157 D("%s: call. refcount: %u\n", __FUNCTION__, s_grdma->refcount); in get_gralloc_dmaregion()
174 D("%s: call. refcount before: %u\n", __FUNCTION__, s_grdma->refcount); in put_gralloc_dmaregion()
175 s_grdma->refcount--; in put_gralloc_dmaregion()
176 bool shouldDelete = !s_grdma->refcount; in put_gralloc_dmaregion()
190 D("%s: for sz %u, refcount %u", __FUNCTION__, sz, s_grdma->refcount); in gralloc_dmaregion_register_ashmem()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp546 data->refcount = 1; in addShaderData()
570 data->refcount++; in refShaderDataLocked()
577 if (--data->refcount == 0) { in unrefShaderDataLocked()
DGLSharedGroup.h116 int refcount; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_optparse.py392 refcount = sys.getrefcount(big_thing)
400 self.assertEqual(refcount, sys.getrefcount(big_thing))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt154 matter of course, drop the refcount on that object to 0, and its __del__