Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority) in SoundDecoder() argument
40 threadPriority); in SoundDecoder()
DStreamManager.h49 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) {}
DSoundDecoder.h31 SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority);
/frameworks/base/core/jni/include/android_runtime/
DAndroidRuntime.h149 int32_t threadPriority,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java575 public int threadPriority = Thread.NORM_PRIORITY; field in GraphRunner.Config
979 mRunThread.setPriority(config.threadPriority); in init()
/frameworks/base/core/jni/
DAndroidRuntime.cpp1447 int32_t threadPriority, in javaCreateThreadEtc() argument
1461 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()