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

  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 95 * pNDBProps: Ptr to the DSP_NDBPROPS structure for output.
96 * uNDBPropsSize: Size of the DSP_NDBPROPS structure.
104 * DSP_ESIZE: The size of the specified DSP_NDBPROPS structure
113 OUT struct DSP_NDBPROPS * pNDBProps,
dbdcddef.h 68 struct DSP_NDBPROPS ndbProps;
DSPNode.h 448 OUT struct DSP_NDBPROPS * pNodeProps);
dbdefs.h 33 *! 13-Feb-2002 jeh Added uSysStackSize to DSP_NDBPROPS.
93 /* Maximum length of node name, used in DSP_NDBPROPS */
391 /* The DSP_NDBPROPS structure reports the attributes of a node */
392 struct DSP_NDBPROPS {
413 /*DSP_NDBPROPS, *DSP_HNDBPROPS;*/
432 struct DSP_NDBPROPS nbNodeDatabaseProps;
wcdioctl.h 79 struct DSP_NDBPROPS *pNDBProps;
305 struct DSP_NDBPROPS *pNodeProps;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 95 * pNDBProps: Ptr to the DSP_NDBPROPS structure for output.
96 * uNDBPropsSize: Size of the DSP_NDBPROPS structure.
104 * DSP_ESIZE: The size of the specified DSP_NDBPROPS structure
113 OUT struct DSP_NDBPROPS * pNDBProps,
dbdcddef.h 68 struct DSP_NDBPROPS ndbProps;
DSPNode.h 448 OUT struct DSP_NDBPROPS * pNodeProps);
dbdefs.h 33 *! 13-Feb-2002 jeh Added uSysStackSize to DSP_NDBPROPS.
93 /* Maximum length of node name, used in DSP_NDBPROPS */
383 /* The DSP_NDBPROPS structure reports the attributes of a node */
384 struct DSP_NDBPROPS {
404 /*DSP_NDBPROPS, *DSP_HNDBPROPS;*/
421 struct DSP_NDBPROPS nbNodeDatabaseProps;
wcdioctl.h 79 struct DSP_NDBPROPS *pNDBProps;
305 struct DSP_NDBPROPS *pNodeProps;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 164 DBAPI DSPManager_EnumNodeInfo(UINT uNode, OUT struct DSP_NDBPROPS *pNDBProps,
173 if (!DSP_ValidWritePtr(pNDBProps, sizeof(struct DSP_NDBPROPS)) &&
176 if (uNDBPropsSize >= sizeof(struct DSP_NDBPROPS)) {
DSPNode.c 126 struct DSP_NDBPROPS nodeProps;
925 OUT struct DSP_NDBPROPS *pNodeProps)
942 (struct DSP_NDBPROPS *) pNodeProps;

Completed in 1370 milliseconds