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

/hardware/ti/omap3/dspbridge/inc/
H A DDSPNode.h149 * hOtherNode: The second node handle.
167 DSP_HNODE hOtherNode, UINT uOtherStream,
178 * hOtherNode: The second node handle.
203 DSP_HNODE hOtherNode, UINT uOtherStream,
H A Dwcdioctl.h244 DSP_HNODE hOtherNode; member in struct:__anon1908::__anon1934
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPNode.h149 * hOtherNode: The second node handle.
167 DSP_HNODE hOtherNode, UINT uOtherStream,
178 * hOtherNode: The second node handle.
203 DSP_HNODE hOtherNode, UINT uOtherStream,
H A Dwcdioctl.h244 DSP_HNODE hOtherNode; member in struct:__anon1985::__anon2011
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPNode.c363 DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream, DSP_HNODE hOtherNode, argument
366 return DSPNode_ConnectEx(hNode, uStream, hOtherNode, uOtherStream,
376 DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, DSP_HNODE hOtherNode, argument
385 if ((hNode) && (hOtherNode)) {
390 tempStruct.ARGS_NODE_CONNECT.hOtherNode = hOtherNode;
399 "hNode or hOtherNode is Invalid Handle\r\n")));

Completed in 21 milliseconds