Searched refs:sAllocList (Results 1 – 3 of 3) sorted by relevance
47 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList; member in android::GraphicBufferAllocator67 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()
70 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; variable