Searched defs:sendPrioConfigEvent (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp747 void AudioFlinger::ThreadBase::sendPrioConfigEvent(pid_t pid, pid_t tid, int32_t prio) function in class:android::AudioFlinger::ThreadBase
3745 sendPrioConfigEvent(getpid_cached, tid, kPriorityFastMixer);
3753 sendPrioConfigEvent(getpid_cached, tid, kPriorityFastMixer);
6011 sendPrioConfigEvent(getpid_cached, tid, kPriorityFastCapture);

Completed in 53 milliseconds