Searched refs:WorkQueue (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A DWorkQueue.h34 class WorkQueue { class in namespace:android
50 WorkQueue(size_t maxThreads, bool canCallJava = true);
55 ~WorkQueue();
91 WorkThread(WorkQueue* workQueue, bool canCallJava);
97 WorkQueue* const mWorkQueue;
H A DWorkQueue.cpp18 #define LOG_TAG "WorkQueue"
21 #include "WorkQueue.h"
25 // --- WorkQueue ---
27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) : function in class:android::WorkQueue
32 WorkQueue::~WorkQueue() {
38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) {
48 status_t status = workThread->run("WorkQueue::WorkThread");
68 status_t WorkQueue
[all...]
H A DAndroid.mk45 WorkQueue.cpp \
H A DResource.cpp18 #include "WorkQueue.h"
341 class PreProcessImageWorkUnit : public WorkQueue::WorkUnit {
369 WorkQueue wq(MAX_THREADS, false);

Completed in 110 milliseconds