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

/frameworks/native/libs/utils/
H A DWorkQueue.cpp18 #define LOG_TAG "WorkQueue"
21 #include <utils/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...]
/frameworks/native/include/utils/
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;

Completed in 341 milliseconds