Searched refs:sAllocList (Results 1 – 2 of 2) sorted by relevance
36 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList; member in android::GraphicBufferAllocator57 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()112 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in alloc()142 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
84 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; variable