Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp598 status_t AudioFlinger::ThreadBase::sendConfigEvent_l(sp<ConfigEvent>& event) in sendConfigEvent_l() function in android::AudioFlinger::ThreadBase
646 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
660 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
679 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
688 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
702 return sendConfigEvent_l(configEvent); in sendReleaseAudioPatchConfigEvent()
714 return sendConfigEvent_l(configEvent); in sendUpdateOutDeviceConfigEvent()
722 sendConfigEvent_l(configEvent); in sendResizeBufferConfigEvent_l()
1716 sendConfigEvent_l(mPendingConfigEvents.editItemAt(i)); in systemReady()
DThreads.h319 status_t sendConfigEvent_l(sp<ConfigEvent>& event);