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