Home
last modified time | relevance | path

Searched refs:sAllocList (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp46 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList; member in android::GraphicBufferAllocator
66 for (size_t i = 0; i < sAllocList.size(); ++i) { in getTotalSize()
67 total += sAllocList.valueAt(i).size; in getTotalSize()
74 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()
128 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in allocate()
160 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferAllocator.h70 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; variable
/frameworks/native/libs/ui/include/ui/
DGraphicBufferAllocator.h70 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; variable