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 281 btrc_element_attr_val_t *pAttrs = NULL;
291 pAttrs = new btrc_element_attr_val_t[numAttr];
292 if (!pAttrs) {
299 delete[] pAttrs;
313 pAttrs[i].attr_id = attr[i];
316 strncpy((char *)pAttrs[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
317 pAttrs[i].text[BTRC_MAX_ATTR_STR_LEN-1] = 0;
319 strcpy((char *)pAttrs[i].text, textStr);
326 delete[] pAttrs;
331 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 291 milliseconds