Home
last modified time | relevance | path

Searched refs:response (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/build/libraries/dsp/common/src/
Ddsp_util.c117 DSPAudioDriverResponse response; in DSPi_PipeCallbackForSound() local
120 if (DSP_GetPipeReadableSize(pipe) >= sizeof(response)) in DSPi_PipeCallbackForSound()
122 DSP_ReadPipe(pipe, &response, sizeof(response)); in DSPi_PipeCallbackForSound()
123 response.ctrl = DSP_32BIT_TO_DSP(response.ctrl); in DSPi_PipeCallbackForSound()
124 response.result = DSP_32BIT_TO_DSP(response.result); in DSPi_PipeCallbackForSound()
126 if ((response.ctrl & DSP_AUDIO_DRIVER_TARGET_MASK) == DSP_AUDIO_DRIVER_TARGET_OUTPUT) in DSPi_PipeCallbackForSound()
129 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_STOP) in DSPi_PipeCallbackForSound()
143 if ((response.ctrl & DSP_AUDIO_DRIVER_TARGET_MASK) == DSP_AUDIO_DRIVER_TARGET_INPUT) in DSPi_PipeCallbackForSound()
146 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_START) in DSPi_PipeCallbackForSound()
148 DSPiAudioCaptureAddress = (DSPAddr)response.result; in DSPi_PipeCallbackForSound()
/TwlSDK-5.4/build/buildtools/nitro/
Dcommondefs165 …NITRO_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /, ,$(LD)))).response.template
167 LDRES_AUTOGEN ?= $(BINDIR)/$(notdir $(LCFILE_SPEC:.lsf=.autogen.response))
/TwlSDK-5.4/build/buildtools/twl/
Dcommondefs210 …$(TWL_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /, ,$(LD)))).response.template
212 LDRES_AUTOGEN ?= $(BINDIR)/$(notdir $(LCFILE_SPEC:.lsf=.autogen.response))