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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 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)) !
    [all...]
com_android_bluetooth_avrcp_controller.cpp 582 uint8_t *pAttrs = NULL;
596 pAttrs = new uint8_t[num_attrib];
598 if ((!pAttrs) ||(!pAttrsVal)) {
599 delete[] pAttrs;
606 delete[] pAttrs;
612 pAttrs[i] = (uint8_t)attr[i];
616 delete[] pAttrs;
625 (uint8_t)num_attrib, pAttrs, pAttrsVal))!= BT_STATUS_SUCCESS) {
628 delete[] pAttrs;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_serialize.cpp 212 const uint8_t* pAttrs = XFA_GetElementAttributes(pNode->GetClassID(), iAttrs);
215 XFA_GetAttributeByID((XFA_ATTRIBUTE)pAttrs[iAttrs]);
397 const uint8_t* pAttrs = XFA_GetElementAttributes(pNode->GetClassID(), iAttrs);
400 XFA_GetAttributeByID((XFA_ATTRIBUTE)pAttrs[iAttrs]);
  /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 1513 milliseconds