Lines Matching refs:command
106 DriverCommandWaveSoundSetup* command = in Prepare() local
108 command->id = DRIVER_COMMAND_WAVESND_SETUP; in Prepare()
109 command->player = &m_WaveSoundPlayerInstance; in Prepare()
110 command->wsdFile = wsdFile; in Prepare()
111 command->waveSoundOffset = startInfo.index; in Prepare()
112 command->startOffsetType = startInfo.startOffsetType; in Prepare()
113 command->offset = startInfo.startOffset; in Prepare()
114 command->callback = startInfo.callback; in Prepare()
115 command->callbackData = startInfo.callbackData; in Prepare()
116 cmdmgr.PushCommand(command); in Prepare()
159 DriverCommandWaveSoundChannelPrio* command = in SetChannelPriority() local
161 command->id = DRIVER_COMMAND_WAVESND_CHANNELPRIO; in SetChannelPriority()
162 command->player = &m_WaveSoundPlayerInstance; in SetChannelPriority()
163 command->priority = priority; in SetChannelPriority()
164 cmdmgr.PushCommand(command); in SetChannelPriority()
179 DriverCommandWaveSoundPrioFix* command = in SetReleasePriorityFix() local
181 command->id = DRIVER_COMMAND_WAVESND_PRIOFIX; in SetReleasePriorityFix()
182 command->player = &m_WaveSoundPlayerInstance; in SetReleasePriorityFix()
183 command->priorityFix = fix; in SetReleasePriorityFix()
184 cmdmgr.PushCommand(command); in SetReleasePriorityFix()