Searched refs:sendPrioConfigEvent (Results 1 - 2 of 2) sorted by relevance

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

Completed in 24 milliseconds