Home
last modified time | relevance | path

Searched refs:alloc_rec_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp36 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
57 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()
65 const alloc_rec_t& rec(list.valueAt(i)); in dump()
121 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in alloc()
123 alloc_rec_t rec; in alloc()
146 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
/frameworks/native/include/ui/
DGraphicBufferAllocator.h73 struct alloc_rec_t { struct
83 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; argument