Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/binderdebug/include/binderdebug/
DBinderDebug.h28 uint32_t threadCount; // number of threads total member
/frameworks/base/startop/apps/test/src/
DCPUIntensiveBenchmarks.java49 static void doSomeWork(int threadCount) { in doSomeWork()
/frameworks/base/tests/JankBench/app/src/main/jni/
DWorkerPool.cpp157 bool WorkerPool::init(int threadCount) { in init()
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceTest.java178 final int threadCount = 4; in testMultithreadCacheStressTest() local
/frameworks/rs/toolkit/
DHistogram.cpp72 uint32_t threadCount, const Restriction* restriction) in HistogramTask()
154 uint32_t threadCount, const float* coefficients, in HistogramDotTask()
DBlur.cpp69 uint32_t threadCount, float radius, const Restriction* restriction) in BlurTask()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DMessageQueuePerfTest.java115 void reportPerf(String prefix, int threadCount, int perThreadMessageCount) { in reportPerf()
/frameworks/base/libs/hwui/tests/unit/
DCommonPoolTests.cpp41 TEST(DISABLED_CommonPool, threadCount) { in TEST() argument
/frameworks/base/media/jni/soundpool/
DStreamManager.h157 const size_t threadCount = mThreads.size(); in launch() local
/frameworks/base/media/jni/soundpool/tests/
Dsoundpool_stress.cpp228 int threadCount = 1; in main() local
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuThreadReaderTest.java159 int threadCount = 0; in checkResults() local
/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java573 void updateUponSessionCreation(int threadCount, long targetDuration) { in updateUponSessionCreation()
592 void updateThreadCount(int threadCount) { in updateThreadCount()
748 final int threadCount = appHintSession.getThreadIds().length; in restoreSessionSnapshot() local
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp569 static void saturateThreadPool(size_t threadCount, const sp<IBinderRpcTest>& iface) { in saturateThreadPool()