Searched refs:threadPriority (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/jni/soundpool/ |
D | SoundDecoder.cpp | 32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority) in SoundDecoder() argument 40 threadPriority); in SoundDecoder()
|
D | StreamManager.h | 49 JavaThread(std::function<void()> f, const char *name, int32_t threadPriority) in JavaThread() argument 51 createThreadEtc(staticFunction, this, name, threadPriority); 113 int32_t threadPriority = ANDROID_PRIORITY_NORMAL) 116 , mThreadPriority(threadPriority) {}
|
D | SoundDecoder.h | 31 SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority);
|
/frameworks/base/core/jni/include/android_runtime/ |
D | AndroidRuntime.h | 149 int32_t threadPriority,
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphRunner.java | 575 public int threadPriority = Thread.NORM_PRIORITY; field in GraphRunner.Config 979 mRunThread.setPriority(config.threadPriority); in init()
|
/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 1447 int32_t threadPriority, in javaCreateThreadEtc() argument 1461 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()
|