• Home
  • Raw
  • Download

Lines Matching refs:configEvent

645     sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid, portId);  in sendIoConfigEvent_l()  local
646 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
659 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio, forApp); in sendPrioConfigEvent_l() local
660 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
666 sp<ConfigEvent> configEvent; in sendSetParameterConfigEvent_l() local
675 configEvent = new SetParameterConfigEvent(param.toString()); in sendSetParameterConfigEvent_l()
677 configEvent = new SetParameterConfigEvent(keyValuePair); in sendSetParameterConfigEvent_l()
679 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
687 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local
688 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
691 (CreateAudioPatchConfigEventData *)configEvent->mData.get(); in sendCreateAudioPatchConfigEvent()
701 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent() local
702 return sendConfigEvent_l(configEvent); in sendReleaseAudioPatchConfigEvent()
713 sp<ConfigEvent> configEvent = (ConfigEvent *)new UpdateOutDevicesConfigEvent(outDevices); in sendUpdateOutDeviceConfigEvent() local
714 return sendConfigEvent_l(configEvent); in sendUpdateOutDeviceConfigEvent()
720 sp<ConfigEvent> configEvent = in sendResizeBufferConfigEvent_l() local
722 sendConfigEvent_l(configEvent); in sendResizeBufferConfigEvent_l()