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

/hardware/ti/omap3/dspbridge/inc/
H A DDSPProcessor.h113 * aNodeTab: An array allocated to receive the node handles.
115 * in aNodeTab.
117 * the number of valid handles written to aNodeTab
124 * DSP_ESIZE: The amount of memory allocated for aNodeTab is
132 IN DSP_HNODE * aNodeTab,
H A Dwcdioctl.h128 DSP_HNODE *aNodeTab; member in struct:__anon1908::__anon1917
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPProcessor.h113 * aNodeTab: An array allocated to receive the node handles.
115 * in aNodeTab.
117 * the number of valid handles written to aNodeTab
124 * DSP_ESIZE: The amount of memory allocated for aNodeTab is
132 IN DSP_HNODE * aNodeTab,
H A Dwcdioctl.h128 DSP_HNODE *aNodeTab; member in struct:__anon1985::__anon1994
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPProcessor.c49 *! uNodeTabSize is zero and valid aNodeTab.
158 IN DSP_HNODE *aNodeTab, IN UINT uNodeTabSize,
171 (uNodeTabSize && !DSP_ValidWritePtr(aNodeTab,
175 tempStruct.ARGS_PROC_ENUMNODE_INFO.aNodeTab = aNodeTab;
188 !DSP_ValidWritePtr(aNodeTab, sizeof(DSP_HNODE)*1)) {
157 DSPProcessor_EnumNodes(DSP_HPROCESSOR hProcessor, IN DSP_HNODE *aNodeTab, IN UINT uNodeTabSize, OUT UINT *puNumNodes, OUT UINT *puAllocated) argument

Completed in 64 milliseconds