OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pAttrs
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
198
btrc_element_attr_val_t *
pAttrs
= NULL;
208
pAttrs
= new btrc_element_attr_val_t[numAttr];
209
if (!
pAttrs
) {
216
delete[]
pAttrs
;
230
pAttrs
[i].attr_id = attr[i];
233
strncpy((char *)
pAttrs
[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
234
pAttrs
[i].text[BTRC_MAX_ATTR_STR_LEN-1] = 0;
236
strcpy((char *)
pAttrs
[i].text, textStr);
243
delete[]
pAttrs
;
248
if ((status = sBluetoothAvrcpInterface->get_element_attr_rsp(numAttr,
pAttrs
)) !
[
all
...]
/hardware/ti/omap3/dspbridge/inc/
wcdioctl.h
246
struct DSP_STRMATTR *
pAttrs
;
385
struct CMM_ATTRS *
pAttrs
;
/hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h
246
struct DSP_STRMATTR *
pAttrs
;
385
struct CMM_ATTRS *
pAttrs
;
Completed in 911 milliseconds