OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pAttr
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
DSPNode.h
104
*
pAttr
: Pointer to a DSP_BUFFERATTR structure.
118
IN OPTIONAL struct DSP_BUFFERATTR *
pAttr
,
168
IN OPTIONAL struct DSP_STRMATTR *
pAttr
);
204
IN OPTIONAL struct DSP_STRMATTR *
pAttr
,
265
*
pAttr
: Same buffer attributes passed to DSP_AllocMsgBuf.
274
IN OPTIONAL struct DSP_BUFFERATTR *
pAttr
);
282
*
pAttr
: Location to store the node attributes.
287
* DSP_EPOINTER: Parameter
pAttr
is not valid.
293
OUT struct DSP_NODEATTR *
pAttr
, UINT uAttrSize);
wcdioctl.h
232
struct DSP_BUFFERATTR *
pAttr
;
260
struct DSP_BUFFERATTR *
pAttr
;
266
struct DSP_NODEATTR *
pAttr
;
/hardware/ti/omap3/dspbridge/libbridge/inc/
DSPNode.h
104
*
pAttr
: Pointer to a DSP_BUFFERATTR structure.
118
IN OPTIONAL struct DSP_BUFFERATTR *
pAttr
,
168
IN OPTIONAL struct DSP_STRMATTR *
pAttr
);
204
IN OPTIONAL struct DSP_STRMATTR *
pAttr
,
265
*
pAttr
: Same buffer attributes passed to DSP_AllocMsgBuf.
274
IN OPTIONAL struct DSP_BUFFERATTR *
pAttr
);
282
*
pAttr
: Location to store the node attributes.
287
* DSP_EPOINTER: Parameter
pAttr
is not valid.
293
OUT struct DSP_NODEATTR *
pAttr
, UINT uAttrSize);
wcdioctl.h
232
struct DSP_BUFFERATTR *
pAttr
;
260
struct DSP_BUFFERATTR *
pAttr
;
266
struct DSP_NODEATTR *
pAttr
;
/hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c
268
IN OPTIONAL struct DSP_BUFFERATTR *
pAttr
, OUT BYTE **pBuffer)
285
tempStruct.ARGS_NODE_ALLOCMSGBUF.
pAttr
=
pAttr
;
552
IN OPTIONAL struct DSP_BUFFERATTR *
pAttr
)
565
tempStruct.ARGS_NODE_FREEMSGBUF.
pAttr
=
pAttr
;
596
DBAPI DSPNode_GetAttr(DSP_HNODE hNode, OUT struct DSP_NODEATTR *
pAttr
,
605
if (
pAttr
) {
610
tempStruct.ARGS_NODE_GETATTR.
pAttr
=
pAttr
;
[
all
...]
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc
102
XmlAttr *
pAttr
;
105
for (
pAttr
= elt.pFirstAttr_;
pAttr
;
pAttr
=
pAttr
->NextAttr()) {
106
newAttr = new XmlAttr(*
pAttr
);
193
XmlAttr *
pattr
;
local
194
for (
pattr
= pFirstAttr_;
pattr
;
pattr
= pattr->pNextAttr_)
203
XmlAttr *
pattr
;
local
213
XmlAttr *
pattr
;
local
232
XmlAttr *
pattr
;
local
464
XmlAttr *
pattr
;
local
505
XmlAttr *
pattr
;
local
[
all
...]
/external/bluetooth/bluez/src/
sdpd-service.c
304
sdp_data_t *
pAttr
= NULL;
367
pAttr
= sdp_extract_attr(p + attrSize, bufsize - attrSize,
373
if (
pAttr
== NULL) {
380
sdp_attr_replace(rec, attrId,
pAttr
);
Completed in 695 milliseconds