Searched refs:total_size (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | region_registry.cpp | 191 0, hnd->total_size, PROT_READ|PROT_WRITE, MAP_SHARED, hnd->fd, 0); in reference_region() 199 uintptr_t addr = base + hnd->total_size - PAGE_SIZE; in reference_region() 209 hnd->x_res, hnd->y_res, hnd->stride_in_pixels, hnd->total_size); in reference_region() 240 if (recycle_munmap(region->base_, hnd->total_size) < 0) { in unreference_region()
|
D | gralloc_vsoc_priv.h | 88 int total_size; member 107 total_size(size), in fd()
|