Home
last modified time | relevance | path

Searched refs:workThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DWorkQueue.cpp47 sp<WorkThread> workThread = new WorkThread(this, mCanCallJava); in schedule() local
48 status_t status = workThread->run("WorkQueue::WorkThread"); in schedule()
52 mWorkThreads.add(workThread); in schedule()