Lines Matching refs:configEvent

766     sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid, portId);  in sendIoConfigEvent_l()  local
767 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
780 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio, forApp); in sendPrioConfigEvent_l() local
781 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
787 sp<ConfigEvent> configEvent; in sendSetParameterConfigEvent_l() local
796 configEvent = new SetParameterConfigEvent(param.toString()); in sendSetParameterConfigEvent_l()
798 configEvent = new SetParameterConfigEvent(keyValuePair); in sendSetParameterConfigEvent_l()
800 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
808 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local
809 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
812 (CreateAudioPatchConfigEventData *)configEvent->mData.get(); in sendCreateAudioPatchConfigEvent()
822 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent() local
823 return sendConfigEvent_l(configEvent); in sendReleaseAudioPatchConfigEvent()
834 sp<ConfigEvent> configEvent = (ConfigEvent *)new UpdateOutDevicesConfigEvent(outDevices); in sendUpdateOutDeviceConfigEvent() local
835 return sendConfigEvent_l(configEvent); in sendUpdateOutDeviceConfigEvent()
841 sp<ConfigEvent> configEvent = in sendResizeBufferConfigEvent_l() local
843 sendConfigEvent_l(configEvent); in sendResizeBufferConfigEvent_l()
854 sp<ConfigEvent> configEvent = in sendCheckOutputStageEffectsEvent_l() local
856 sendConfigEvent_l(configEvent); in sendCheckOutputStageEffectsEvent_l()
861 sp<ConfigEvent> configEvent = sp<HalLatencyModesChangedEvent>::make(); in sendHalLatencyModesChangedEvent_l() local
862 sendConfigEvent_l(configEvent); in sendHalLatencyModesChangedEvent_l()