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
258
btrc_element_attr_val_t *
pAttrs
= NULL;
268
pAttrs
= new btrc_element_attr_val_t[numAttr];
269
if (!
pAttrs
) {
276
delete[]
pAttrs
;
290
pAttrs
[i].attr_id = attr[i];
293
strncpy((char *)
pAttrs
[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
294
pAttrs
[i].text[BTRC_MAX_ATTR_STR_LEN-1] = 0;
296
strcpy((char *)
pAttrs
[i].text, textStr);
303
delete[]
pAttrs
;
308
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 503 milliseconds