Lines Matching refs:sendConfigEvent_l
715 status_t ThreadBase::sendConfigEvent_l(sp<ConfigEvent>& event) in sendConfigEvent_l() function in android::ThreadBase
767 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
781 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
800 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
809 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
823 return sendConfigEvent_l(configEvent); in sendReleaseAudioPatchConfigEvent()
835 return sendConfigEvent_l(configEvent); in sendUpdateOutDeviceConfigEvent()
843 sendConfigEvent_l(configEvent); in sendResizeBufferConfigEvent_l()
856 sendConfigEvent_l(configEvent); in sendCheckOutputStageEffectsEvent_l()
862 sendConfigEvent_l(configEvent); in sendHalLatencyModesChangedEvent_l()
1938 sendConfigEvent_l(mPendingConfigEvents.editItemAt(i)); in systemReady()