Lines Matching refs:command
104 DriverCommandWaveSoundSetup* command = in Prepare() local
106 command->id = DRIVER_COMMAND_WAVESND_SETUP; in Prepare()
107 command->player = &m_WaveSoundPlayerInstance; in Prepare()
108 command->waveSoundBase = waveSoundBase; in Prepare()
109 command->waveSoundOffset = waveSoundOffset; in Prepare()
110 command->startOffsetType = startOffsetType; in Prepare()
111 command->offset = offset; in Prepare()
112 command->callback = callback; in Prepare()
113 command->callbackData = callbackData; in Prepare()
114 cmdmgr.PushCommand(command); in Prepare()
134 DriverCommandWaveSoundChannelPrio* command = in SetChannelPriority() local
136 command->id = DRIVER_COMMAND_WAVESND_CHANNELPRIO; in SetChannelPriority()
137 command->player = &m_WaveSoundPlayerInstance; in SetChannelPriority()
138 command->priority = priority; in SetChannelPriority()
139 cmdmgr.PushCommand(command); in SetChannelPriority()
154 DriverCommandWaveSoundPrioFix* command = in SetReleasePriorityFix() local
156 command->id = DRIVER_COMMAND_WAVESND_PRIOFIX; in SetReleasePriorityFix()
157 command->player = &m_WaveSoundPlayerInstance; in SetReleasePriorityFix()
158 command->priorityFix = fix; in SetReleasePriorityFix()
159 cmdmgr.PushCommand(command); in SetReleasePriorityFix()