Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/dsp/common/src/
Ddsp_util.c109 DSPAudioDriverResponse response; in DSPi_PipeCallbackForSound() local
112 if (DSP_GetPipeReadableSize(pipe) >= sizeof(response)) in DSPi_PipeCallbackForSound()
114 DSP_ReadPipe(pipe, &response, sizeof(response)); in DSPi_PipeCallbackForSound()
115 response.ctrl = DSP_32BIT_TO_DSP(response.ctrl); in DSPi_PipeCallbackForSound()
116 response.result = DSP_32BIT_TO_DSP(response.result); in DSPi_PipeCallbackForSound()
118 if ((response.ctrl & DSP_AUDIO_DRIVER_TARGET_MASK) == DSP_AUDIO_DRIVER_TARGET_OUTPUT) in DSPi_PipeCallbackForSound()
121 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_STOP) in DSPi_PipeCallbackForSound()
133 if ((response.ctrl & DSP_AUDIO_DRIVER_TARGET_MASK) == DSP_AUDIO_DRIVER_TARGET_INPUT) in DSPi_PipeCallbackForSound()
136 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_START) in DSPi_PipeCallbackForSound()
138 DSPiAudioCaptureAddress = (DSPAddr)response.result; in DSPi_PipeCallbackForSound()
/TwlSDK-5.2.1/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.2.1/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))