Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DWorkQueue.cpp27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) : in WorkQueue() function in android::WorkQueue
/aosp14/frameworks/base/libs/hwui/thread/
H A DWorkQueue.h59 WorkQueue(std::function<void()>&& wakeFunc, std::mutex& lock) in WorkQueue() function