Home
last modified time | relevance | path

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

/hardware/ti/omap3/dspbridge/libbridge/inc/
DDSPNode.h167 DSP_HNODE hOtherNode, UINT uOtherStream,
203 DSP_HNODE hOtherNode, UINT uOtherStream,
Dwcdioctl.h244 DSP_HNODE hOtherNode; member
/hardware/ti/omap3/dspbridge/inc/
DDSPNode.h167 DSP_HNODE hOtherNode, UINT uOtherStream,
203 DSP_HNODE hOtherNode, UINT uOtherStream,
Dwcdioctl.h244 DSP_HNODE hOtherNode; member
/hardware/ti/omap3/dspbridge/libbridge/
DDSPNode.c363 DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream, DSP_HNODE hOtherNode, in DSPNode_Connect() argument
366 return DSPNode_ConnectEx(hNode, uStream, hOtherNode, uOtherStream, in DSPNode_Connect()
376 DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, DSP_HNODE hOtherNode, in DSPNode_ConnectEx() argument
385 if ((hNode) && (hOtherNode)) { in DSPNode_ConnectEx()
390 tempStruct.ARGS_NODE_CONNECT.hOtherNode = hOtherNode; in DSPNode_ConnectEx()