/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 105 DSP_STATUS GetNodeType(DSP_HNODE hNode, DSP_NODETYPE *pNodeType); 238 tempStruct.ARGS_NODE_DELETE.hNode = *phNode; 255 tempStruct.ARGS_NODE_DELETE.hNode = *phNode; 267 DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, 280 } else if (hNode) { 283 tempStruct.ARGS_NODE_ALLOCMSGBUF.hNode = hNode; 311 "hNode is Invalid \r\n"))); 325 DBAPI DSPNode_ChangePriority(DSP_HNODE hNode, INT iPriority) 333 if (hNode) { [all...] |
DSPStrm.c | 454 DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, UINT uIndex, 471 if (!hNode) { 498 /* append hNode handle string */ 499 strncat(szEventName, _ultoa((ULONG)hNode, szTemp, 16), 8); 593 tempStruct.ARGS_STRM_OPEN.hNode = hNode;
|
/hardware/ti/omap3/dspbridge/inc/ |
wcdioctl.h | 230 DSP_HNODE hNode; 237 DSP_HNODE hNode; 242 DSP_HNODE hNode; 251 DSP_HNODE hNode; 255 DSP_HNODE hNode; 259 DSP_HNODE hNode; 265 DSP_HNODE hNode; 271 DSP_HNODE hNode; 277 DSP_HNODE hNode; 281 DSP_HNODE hNode; [all...] |
DSPNode.h | 102 * hNode: The node handle. 117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, 126 * hNode: The node handle. 139 extern DBAPI DSPNode_ChangePriority(DSP_HNODE hNode, INT iPriority); 147 * hNode: The first node handle. 166 extern DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream, 176 * hNode: The first node handle. 202 extern DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, 212 * hNode: The node handle. 234 extern DBAPI DSPNode_Create(DSP_HNODE hNode); [all...] |
dbapi.h | 33 *! to HNODE; changed GUID to UUID; added "Detail" sections
|
DSPStream.h | 191 * hNode: The node handle. 211 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
|
dbdefs.h | 43 *! 11-May-2001 jeh Changed DSP_NODE_MIN_PRIORITY from 0 to 1. Removed hNode
|
drv.h | 182 DSP_HNODE hNode;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
wcdioctl.h | 230 DSP_HNODE hNode; 237 DSP_HNODE hNode; 242 DSP_HNODE hNode; 251 DSP_HNODE hNode; 255 DSP_HNODE hNode; 259 DSP_HNODE hNode; 265 DSP_HNODE hNode; 271 DSP_HNODE hNode; 277 DSP_HNODE hNode; 281 DSP_HNODE hNode; [all...] |
DSPNode.h | 102 * hNode: The node handle. 117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, 126 * hNode: The node handle. 139 extern DBAPI DSPNode_ChangePriority(DSP_HNODE hNode, INT iPriority); 147 * hNode: The first node handle. 166 extern DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream, 176 * hNode: The first node handle. 202 extern DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, 212 * hNode: The node handle. 234 extern DBAPI DSPNode_Create(DSP_HNODE hNode); [all...] |
dbapi.h | 33 *! to HNODE; changed GUID to UUID; added "Detail" sections
|
DSPStream.h | 193 * hNode: The node handle. 213 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
|
dbdefs.h | 43 *! 11-May-2001 jeh Changed DSP_NODE_MIN_PRIORITY from 0 to 1. Removed hNode
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
LCML_DspCodec.c | 345 &NodeAttrIn,&(phandle->dspCodec->hNode)); 374 status = DSPNode_ConnectEx(phandle->dspCodec->hNode, 388 phandle->dspCodec->hNode, 403 status = DSPNode_Create(phandle->dspCodec->hNode); 407 status = DSPNode_Run(phandle->dspCodec->hNode); 424 status = DSPNode_RegisterNotify(phandle->dspCodec->hNode, DSP_NODEMESSAGEREADY, DSP_SIGNALEVENT, notification); 663 &(phandle->dspCodec->hNode)); 684 status = DSPNode_Connect(phandle->dspCodec->hNode, 697 phandle->dspCodec->hNode, 711 status = DSPNode_Create(phandle->dspCodec->hNode); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cpplib.h | 599 #define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE)) 614 #define CPP_HASHNODE_VALUE_IDX(HNODE) \ 615 ((HNODE.flags & NODE_MACRO_ARG) ? NTV_ARGUMENT \ 616 : HNODE.type == NT_MACRO ? ((HNODE.flags & NODE_BUILTIN) \ 618 : HNODE.type == NT_ASSERTION ? NTV_ANSWER \ [all...] |
/external/icu4c/common/ |
triedict.cpp | 514 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node; local 521 if (uc == hnode->entries[middle].ch) { 523 node = getCompactNode(fData, hnode->entries[middle].equal); 529 else if (uc < hnode->entries[middle].ch) { 632 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node; local 639 unistr.append((UChar)hnode->entries[where].ch); 641 node = getCompactNode(fHeader, fNodeStack.push(hnode->entries[where].equal, status)); 1247 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node; local [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
LCML_Types.h | 263 DSP_HNODE hNode;
|
/dalvik/hit/samples/ |
android.hprof | [all...] |