Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp45 TaskQueue::TaskQueue() : mHead(nullptr), mTail(nullptr) {} in TaskQueue() function in android::uirenderer::renderthread::TaskQueue
47 RenderTask* TaskQueue::next() { in next()
59 RenderTask* TaskQueue::peek() { in peek()
63 void TaskQueue::queue(RenderTask* task) { in queue()
97 void TaskQueue::queueAtFront(RenderTask* task) { in queueAtFront()
106 void TaskQueue::remove(RenderTask* task) { in remove()
DRenderThread.h50 class TaskQueue {
52 TaskQueue();
124 TaskQueue mQueue;