HomeSort by relevance Sort by last modified time
    Searched defs:pAttrs (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 259 btrc_element_attr_val_t *pAttrs = NULL;
269 pAttrs = new btrc_element_attr_val_t[numAttr];
270 if (!pAttrs) {
277 delete[] pAttrs;
291 pAttrs[i].attr_id = attr[i];
294 strncpy((char *)pAttrs[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
295 pAttrs[i].text[BTRC_MAX_ATTR_STR_LEN-1] = 0;
297 strcpy((char *)pAttrs[i].text, textStr);
304 delete[] pAttrs;
309 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 75 milliseconds