Home
last modified time | relevance | path

Searched refs:DSP_ReadPipe (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/libraries/dsp/common/src/
Ddsp_pipe.c93 DSP_ReadPipe(in, &command, sizeof(command)); in DSPi_FileIOProc()
103 DSP_ReadPipe(in, &mode, sizeof(mode)); in DSPi_FileIOProc()
104 DSP_ReadPipe(in, &len, sizeof(len)); in DSPi_FileIOProc()
106 DSP_ReadPipe(in, path, len); in DSPi_FileIOProc()
119 DSP_ReadPipe(in, &addr, sizeof(addr)); in DSPi_FileIOProc()
120 DSP_ReadPipe(in, &length, sizeof(length)); in DSPi_FileIOProc()
144 DSP_ReadPipe(in, &position, sizeof(position)); in DSPi_FileIOProc()
145 DSP_ReadPipe(in, &whence, sizeof(whence)); in DSPi_FileIOProc()
159 DSP_ReadPipe(in, &length, sizeof(length)); in DSPi_FileIOProc()
180 DSP_ReadPipe(in, &length, sizeof(length)); in DSPi_FileIOProc()
[all …]
Ddsp_util.c122 DSP_ReadPipe(pipe, &response, sizeof(response)); in DSPi_PipeCallbackForSound()
/TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c179 DSP_ReadPipe(binin, &ack, sizeof(ack)); in DSPi_TryWaitForG711Core()
205 DSP_ReadPipe(binin, &ack, sizeof(ack)); in DSPi_WaitForG711Core()
Ddsp_process.c854 DSP_ReadPipe(input, buffer, (DSPByte)length); in DSP_ReadProcessPipe()
/TwlSDK-5.4/include/twl/dsp/common/
Dpipe.h207 void DSP_ReadPipe(DSPPipe *pipe, void *buffer, u16 length);