Lines Matching defs:pAttrs
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)) !=
253 delete[] pAttrs;