Searched defs:workUnit (Results 1 - 1 of 1) 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;

Completed in 5 milliseconds