Lines Matching refs:command
112 DriverCommandWaveSoundSetup* command = in Prepare() local
114 command->id = DRIVER_COMMAND_WAVESND_SETUP; in Prepare()
115 command->player = &m_WaveSoundPlayerInstance; in Prepare()
116 command->wsdFile = wsdFile; in Prepare()
117 command->waveSoundOffset = startInfo.index; in Prepare()
118 command->startOffsetType = startInfo.startOffsetType; in Prepare()
119 command->offset = startInfo.startOffset; in Prepare()
120 command->callback = startInfo.callback; in Prepare()
121 command->callbackData = startInfo.callbackData; in Prepare()
122 cmdmgr.PushCommand(command); in Prepare()
165 DriverCommandWaveSoundChannelPrio* command = in SetChannelPriority() local
167 command->id = DRIVER_COMMAND_WAVESND_CHANNELPRIO; in SetChannelPriority()
168 command->player = &m_WaveSoundPlayerInstance; in SetChannelPriority()
169 command->priority = priority; in SetChannelPriority()
170 cmdmgr.PushCommand(command); in SetChannelPriority()
185 DriverCommandWaveSoundPrioFix* command = in SetReleasePriorityFix() local
187 command->id = DRIVER_COMMAND_WAVESND_PRIOFIX; in SetReleasePriorityFix()
188 command->player = &m_WaveSoundPlayerInstance; in SetReleasePriorityFix()
189 command->priorityFix = fix; in SetReleasePriorityFix()
190 cmdmgr.PushCommand(command); in SetReleasePriorityFix()