Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp133 mWorkers.launchWork(testWork, this, threads); in runPowerManagementTest()
198 mWorkers.launchWork(testWork, this, 0); in runCPUHeatSoak()
346 mWorkers.launchWork(testWork, this, 0); in runGFlopsTest()
DWorkerPool.h37 uint64_t launchWork(WorkerCallback_t cb, void *usr, int maxThreads = -1);
DWorkerPool.cpp233 uint64_t WorkerPool::launchWork(WorkerCallback_t cb, void *usr, int maxThreads) { in launchWork() function in WorkerPool