Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp602 status_t AudioFlinger::ThreadBase::sendConfigEvent_l(sp<ConfigEvent>& event) in sendConfigEvent_l() function in android::AudioFlinger::ThreadBase
650 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
664 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
683 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
692 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
706 return sendConfigEvent_l(configEvent); in sendReleaseAudioPatchConfigEvent()
718 return sendConfigEvent_l(configEvent); in sendUpdateOutDeviceConfigEvent()
726 sendConfigEvent_l(configEvent); in sendResizeBufferConfigEvent_l()
739 sendConfigEvent_l(configEvent); in sendCheckOutputStageEffectsEvent_l()
1778 sendConfigEvent_l(mPendingConfigEvents.editItemAt(i)); in systemReady()
H A DThreads.h340 status_t sendConfigEvent_l(sp<ConfigEvent>& event);