Home
last modified time | relevance | path

Searched refs:allocated_buffer_memory (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/guest/vsoc/lib/
Dgralloc_region_view.cpp106 if (total_buffer_memory_ - data()->allocated_buffer_memory < size) { in AllocateBuffer()
110 static_cast<int>(data()->allocated_buffer_memory), in AllocateBuffer()
119 offset_of_buffer_memory_ + data()->allocated_buffer_memory; in AllocateBuffer()
120 data()->allocated_buffer_memory += size; in AllocateBuffer()
/device/google/cuttlefish_common/common/vsoc/shm/
Dgralloc_layout.h64 uint32_t allocated_buffer_memory; member