Lines Matching refs:shouldDelete
286 const bool shouldDelete = !grdma->refcount; in put_gralloc_region_direct_mem_locked() local
287 if (shouldDelete) { in put_gralloc_region_direct_mem_locked()
291 return shouldDelete; in put_gralloc_region_direct_mem_locked()
300 bool shouldDelete = !grdma->refcount; in put_gralloc_region_dma_locked() local
301 if (shouldDelete) { in put_gralloc_region_dma_locked()
307 return shouldDelete; in put_gralloc_region_dma_locked()
311 bool shouldDelete; in put_gralloc_region() local
316 shouldDelete = put_gralloc_region_direct_mem_locked(grdma, sz); in put_gralloc_region()
318 shouldDelete = put_gralloc_region_dma_locked(grdma, sz); in put_gralloc_region()
320 shouldDelete = false; in put_gralloc_region()
324 return shouldDelete; in put_gralloc_region()