Searched refs:mList (Results 1 - 4 of 4) sorted by relevance

/hardware/msm7k/libgralloc/
H A Dallocator.cpp38 while(!mList.isEmpty()) {
39 delete mList.remove(mList.head());
50 mList.insertHead(node);
86 chunk_t* cur = mList.head();
113 mList.insertBefore(free_chunk, split);
123 mList.insertAfter(free_chunk, split);
134 chunk_t* cur = mList.head();
150 mList.remove(cur);
H A Dallocator.h125 LinkedList<chunk_t> mList; member in class:SimpleBestFitAllocator
/hardware/msm7k/libgralloc-qsd8k/
H A Dallocator.cpp38 while(!mList.isEmpty()) {
39 delete mList.remove(mList.head());
50 mList.insertHead(node);
86 chunk_t* cur = mList.head();
113 mList.insertBefore(free_chunk, split);
123 mList.insertAfter(free_chunk, split);
134 chunk_t* cur = mList.head();
150 mList.remove(cur);
H A Dallocator.h126 LinkedList<chunk_t> mList; member in class:SimpleBestFitAllocator

Completed in 36 milliseconds