Lines Matching refs:command

180                 DSPAudioDriverCommand   command;  in DSPi_PlaySoundEx()  local
181 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_PlaySoundEx()
182 command.buf = DSP_32BIT_TO_DSP(src); in DSPi_PlaySoundEx()
183 command.len = DSP_32BIT_TO_DSP(len); in DSPi_PlaySoundEx()
184 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_PlaySoundEx()
185 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_PlaySoundEx()
397 DSPAudioDriverCommand command; in DSPi_StopSoundCore() local
398 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_StopSoundCore()
399 command.buf = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
400 command.len = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
401 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
402 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSoundCore()
466 DSPAudioDriverCommand command; in DSPi_StartSamplingCore() local
467 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_StartSamplingCore()
468 command.buf = DSP_32BIT_TO_DSP(0); in DSPi_StartSamplingCore()
469 command.len = DSP_32BIT_TO_DSP(0); in DSPi_StartSamplingCore()
470 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StartSamplingCore()
471 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StartSamplingCore()
499 DSPAudioDriverCommand command; in DSPi_StopSamplingCore() local
500 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_StopSamplingCore()
501 command.buf = DSP_32BIT_TO_DSP(0); in DSPi_StopSamplingCore()
502 command.len = DSP_32BIT_TO_DSP(0); in DSPi_StopSamplingCore()
503 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StopSamplingCore()
504 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSamplingCore()