Searched refs:refcount (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_private.h90 int refcount; member in struct:nouveau_bo_priv
H A Dnouveau_bo.c194 nvbo->refcount = 1;
343 if (--nvbo->refcount)
363 nouveau_bo(ref)->refcount++;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp110 refcount: 0,
408 LOG_ALWAYS_FATAL_IF(!p->refcount);
409 p->refcount--;
410 if (!p->refcount)
444 if (!p->refcount)
446 p->refcount++;
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr_gem.c105 int refcount; member in struct:_drm_intel_bo_gem
395 bo_gem->refcount = 1;
458 bo_gem->refcount = 1;
489 assert(bo_gem->refcount > 0);
491 bo_gem->refcount++;
500 assert(bo_gem->refcount > 0);
501 bo_gem->refcount++;
558 assert(bo_gem->refcount > 0);
559 if (--bo_gem->refcount == 0) {
H A Dintel_bufmgr_fake.c190 unsigned int refcount; member in struct:_drm_intel_bo_fake
800 bo_fake->refcount = 1;
838 bo_fake->refcount = 1;
857 bo_fake->refcount++;
866 bo_fake->refcount++;
876 if (--bo_fake->refcount == 0) {
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h46 unsigned int refcount; member in struct:private_module_t
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c2440 int refcount; member in struct:__anon746
2454 connection[i].refcount++;
2465 connection[nr_fds].refcount = 1;
2484 if (--connection[i].refcount == 0) {

Completed in 288 milliseconds