Home
last modified time | relevance | path

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

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