Searched refs:workUnit (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
H A DWorkQueue.cpp38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { argument
63 mWorkUnits.add(workUnit);
116 WorkUnit* workUnit; local
126 workUnit = mWorkUnits.itemAt(0);
141 bool shouldContinue = workUnit->run();
142 delete workUnit;
/frameworks/native/include/utils/
H A DWorkQueue.h70 status_t schedule(WorkUnit* workUnit, size_t backlog = 2);

Completed in 91 milliseconds