Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/thread/
DWorkQueue.h44 struct WorkItem { struct
47 WorkItem& operator=(const WorkItem& other) = delete; argument
49 WorkItem& operator=(WorkItem&& other) = default; argument
51 WorkItem(nsecs_t runAt, std::function<void()>&& work) in WorkItem() function
64 std::vector<WorkItem> toProcess; in process() argument