Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp48 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList; member in android::GraphicBufferAllocator
75 for (size_t i = 0; i < sAllocList.size(); ++i) { in getTotalSize()
76 total += sAllocList.valueAt(i).size; in getTotalSize()
83 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()
164 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in allocateHelper()
212 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferAllocator.h97 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; variable
/frameworks/native/libs/ui/include/ui/
DGraphicBufferAllocator.h97 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; variable