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

  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 95 * pNDBProps: Ptr to the DSP_NDBPROPS structure for output.
102 * DSP_EPOINTER: Parameter pNDBProps or puNumNodes is not valid
113 OUT struct DSP_NDBPROPS * pNDBProps,
wcdioctl.h 79 struct DSP_NDBPROPS *pNDBProps;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 95 * pNDBProps: Ptr to the DSP_NDBPROPS structure for output.
102 * DSP_EPOINTER: Parameter pNDBProps or puNumNodes is not valid
113 OUT struct DSP_NDBPROPS * pNDBProps,
wcdioctl.h 79 struct DSP_NDBPROPS *pNDBProps;
  /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)) &&
180 tempStruct.ARGS_MGR_ENUMNODE_INFO.pNDBProps = pNDBProps;
190 (TEXT("MGR: pNDBProps is too Small \r\n")));
196 (TEXT("MGR: pNDBProps is Invalid \r\n")));

Completed in 960 milliseconds