HomeSort by relevance Sort by last modified time
    Searched refs:uNode (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 94 * uNode: The node index, counting up from 0.
101 * DSP_EINVALIDARG: Parameter uNode is out of range
112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode,
wcdioctl.h 78 UINT uNode;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 94 * uNode: The node index, counting up from 0.
101 * DSP_EINVALIDARG: Parameter uNode is out of range
112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode,
wcdioctl.h 78 UINT uNode;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 164 DBAPI DSPManager_EnumNodeInfo(UINT uNode, OUT struct DSP_NDBPROPS *pNDBProps,
179 tempStruct.ARGS_MGR_ENUMNODE_INFO.uNode = uNode;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 906 pANTLR3_COMMON_TREE uNode;
912 uNode = antlr3CommonTreeNewFromToken(token);
914 return &(uNode->baseTree);

Completed in 79 milliseconds