Lines Matching defs:pAttrs
280 btrc_element_attr_val_t *pAttrs = NULL;
290 pAttrs = new btrc_element_attr_val_t[numAttr];
291 if (!pAttrs) {
298 delete[] pAttrs;
312 pAttrs[i].attr_id = attr[i];
315 strncpy((char *)pAttrs[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
316 pAttrs[i].text[BTRC_MAX_ATTR_STR_LEN-1] = 0;
318 strcpy((char *)pAttrs[i].text, textStr);
325 delete[] pAttrs;
330 if ((status = sBluetoothAvrcpInterface->get_element_attr_rsp(numAttr, pAttrs)) !=
335 delete[] pAttrs;