Searched refs:DSP_WriteProcessPipe (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_util.c | 185 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_PlaySoundEx() 402 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSoundCore() 471 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StartSamplingCore() 504 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSamplingCore()
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_g711.c | 75 DSP_WriteProcessPipe(DSPiProcessG711, DSP_PIPE_BINARY, &command, sizeof(command)); in DSPi_SendCodecG711()
|
| D | dsp_process.c | 870 void DSP_WriteProcessPipe(DSPProcessContext *context, int port, const void *buffer, u32 length) in DSP_WriteProcessPipe() function
|
| /TwlSDK-5.1.0/include/twl/dsp/ARM9/ |
| D | process.h | 297 void DSP_WriteProcessPipe(DSPProcessContext *context, int port, const void *buffer, u32 length);
|