Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DWorkQueue.cpp27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) : in WorkQueue() function in android::WorkQueue
/aosp12/frameworks/base/libs/hwui/thread/
H A DWorkQueue.h59 WorkQueue(std::function<void()>&& wakeFunc, std::mutex& lock) in WorkQueue() function
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h201 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue() function
/aosp12/art/runtime/gc/
H A Dverification.cc155 using WorkQueue = std::deque<std::pair<mirror::Object*, std::string>>; typedef
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1524 using WorkQueue = std::deque<std::pair<ObjPtr<mirror::Object>, size_t>>; typedef in art::linker::ImageWriter::LayoutHelper