Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/dsp/common/src/
Ddsp_pipe.c31 static void* (DSPiCallbackArgument[DSP_PIPE_PORT_MAX]); variable
372 DSPiCallbackArgument[i] = NULL; in DSP_InitPipe()
392 DSPiCallbackArgument[port] = userdata; in DSP_SetPipeCallback()
656 (*DSPiCallback[port])(DSPiCallbackArgument[port], port, peer); in DSP_HookPipeNotification()