Home
last modified time | relevance | path

Searched refs:sendPrioConfigEvent_l (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h346 void sendPrioConfigEvent_l(pid_t pid, pid_t tid, int32_t prio, bool forApp);
H A DThreads.cpp656 sendPrioConfigEvent_l(pid, tid, prio, forApp); in sendPrioConfigEvent()
660 void AudioFlinger::ThreadBase::sendPrioConfigEvent_l( in sendPrioConfigEvent_l() function in android::AudioFlinger::ThreadBase
2540 sendPrioConfigEvent_l(callingPid, tid, kPriorityAudioApp, true /*forApp*/); in createTrack_l()
8303 sendPrioConfigEvent_l(callingPid, tid, kPriorityAudioApp, true /*forApp*/); in createRecordTrack_l()