HomeSort by relevance Sort by last modified time
    Searched refs:WorkUnit (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/utils/
WorkQueue.h 36 class WorkUnit {
38 WorkUnit() { }
39 virtual ~WorkUnit() { }
70 status_t schedule(WorkUnit* workUnit, size_t backlog = 2);
114 Vector<WorkUnit*> mWorkUnits;
  /frameworks/native/libs/utils/
WorkQueue.cpp 38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) {
63 mWorkUnits.add(workUnit);
116 WorkUnit* workUnit;
126 workUnit = mWorkUnits.itemAt(0);
141 bool shouldContinue = workUnit->run();
142 delete workUnit;
  /frameworks/base/tools/aapt/
Resource.cpp 310 class PreProcessImageWorkUnit : public WorkQueue::WorkUnit {
    [all...]

Completed in 5296 milliseconds