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

  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 114 * uNodeTabSize: The number of (DSP_HNODE) handles that can be held
127 * specified for uNodeTabSize.
133 IN UINT uNodeTabSize,
wcdioctl.h 129 UINT uNodeTabSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 114 * uNodeTabSize: The number of (DSP_HNODE) handles that can be held
127 * specified for uNodeTabSize.
133 IN UINT uNodeTabSize,
wcdioctl.h 129 UINT uNodeTabSize;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 49 *! uNodeTabSize is zero and valid aNodeTab.
158 IN DSP_HNODE *aNodeTab, IN UINT uNodeTabSize,
171 (uNodeTabSize && !DSP_ValidWritePtr(aNodeTab,
172 (sizeof(DSP_HNODE)*uNodeTabSize)))) {
176 tempStruct.ARGS_PROC_ENUMNODE_INFO.uNodeTabSize =
177 uNodeTabSize;
185 if (uNodeTabSize <= 0 &&

Completed in 3060 milliseconds