Searched refs:refcount (Results 1 – 3 of 3) sorted by relevance
198 refcount(0), in gralloc_dmaregion_t()214 uint32_t refcount; member246 grdma->refcount++; in get_gralloc_region()247 D("%s: call. refcount: %u\n", __func__, grdma->refcount); in get_gralloc_region()264 const bool shouldDelete = !grdma->refcount; in put_gralloc_region_direct_mem_locked()273 D("%s: call. refcount before: %u\n", __func__, grdma->refcount); in put_gralloc_region_dma_locked()274 grdma->refcount--; in put_gralloc_region_dma_locked()278 bool shouldDelete = !grdma->refcount; in put_gralloc_region_dma_locked()335 D("%s: for sz %u, refcount %u", __func__, sz, grdma->refcount); in gralloc_dmaregion_register_ashmem()
529 data->refcount = 1; in addShaderData()551 data->refcount++; in refShaderDataLocked()557 if (data && --data->refcount == 0) { in unrefShaderDataLocked()
110 int refcount; member