Searched refs:kPriorityFastMixer (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 148 static const int kPriorityFastMixer = 3; variable 2914 int err = requestPriority(getpid_cached, tid, kPriorityFastMixer); in MixerThread() 2917 kPriorityFastMixer, getpid_cached, tid, err); in MixerThread() 2926 err = requestPriority(getpid_cached, tid, kPriorityFastMixer); in MixerThread() 2929 kPriorityFastMixer, getpid_cached, tid, err); in MixerThread() 5055 int err = requestPriority(getpid_cached, tid, kPriorityFastMixer); in RecordThread()
|