Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DVisualizerInstanceMT.java30 private final int mThreadCount; field in VisualizerInstanceMT
38 mThreadCount = 1 + extraThreadCount; in VisualizerInstanceMT()
66 for (int i = 0; i < mThreadCount; ++i) { in runOperationMt()