Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/thread/
H A 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() argument
64 std::vector<WorkItem> toProcess; in process() argument
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DImageLoader.java96 private static class WorkItem { class in ImageLoader
101 WorkItem(IImage image, LoadedCallback onLoadedRunnable, int tag) { in WorkItem() method in ImageLoader.WorkItem