Home | History | Annotate | Download | only in inc

Lines Matching refs:IN

5  *  you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
52 *! 07-Sep-2000 jeh Changed type HANDLE in DSPNode_RegisterNotify to
83 * DSP_EWRONGSTATE: The specified processor is in the wrong state
85 * DSP_ERANGE: The iPriority field specified in pAttrIn is out
91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
93 IN OPTIONAL struct DSP_NODEATTRIN * pAttrIn,
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
158 * DSP_EWRONGSTATE: The node is not in the NODE_ALLOCATED state.
168 IN OPTIONAL struct DSP_STRMATTR * pAttr);
185 * string and the null terminated string in DSP_CBDATA struct.
186 * This can be extended in future to pass binary data.
194 * DSP_EWRONGSTATE: The node is not in the NODE_ALLOCATED state.
204 IN OPTIONAL struct DSP_STRMATTR * pAttr,
205 IN OPTIONAL struct DSP_CBDATA * pConnParam);
210 * Create a node in a pre-run (i.e., inactive) state on its DSP processor.
216 * DSP_ESYMBOL: Create function, or iAlg, not found in the COFF file
228 * DSP_EOVERLAYMEMORY: Overlay region for this phase in use by another node
252 * DSP_EOVERLAYMEMORY: Overlay region for this phase in use by another node
254 * DSP_ESYMBOL: Delete function not found in the COFF file.
273 extern DBAPI DSPNode_FreeMsgBuf(DSP_HNODE hNode, IN BYTE * pBuffer,
274 IN OPTIONAL struct DSP_BUFFERATTR * pAttr);
351 * DSP_EWRONGSTATE: Node is in an invalid state to send a message.
355 * DSP_ETRANSLATE The shared memory buffer contained in the message
360 IN CONST struct DSP_MSG * pMessage,
393 * DSP_ESYMBOL: Execute function not found in the COFF file.
394 * DSP_EWRONGSTATE: The node is not in the Created or Paused state.
398 * DSP_EOVERLAYMEMORY: Overlay region for this phase in use by another node
416 * DSP_EWRONGSTATE: The node is not in the Created or Paused state.
440 * DSP_EWRONGSTATE: The specified processor is in the wrong state
442 * DSP_ERANGE: The iPriority field specified in pAttrIn is out
447 IN CONST struct DSP_UUID * pNodeID,