Home
last modified time | relevance | path

Searched defs:WorkItem (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/thread/
DWorkQueue.h45 struct WorkItem { struct
48 WorkItem& operator=(const WorkItem& other) = delete; argument
50 WorkItem& operator=(WorkItem&& other) = default; argument
52 WorkItem(nsecs_t runAt, std::function<void()>&& work) in WorkItem() function
65 std::vector<WorkItem> toProcess; in process() argument