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

  /external/libusb_aah/libusb/os/
openbsd_usb.c 260 usb_config_descriptor_t *ucd; local
262 ucd = (usb_config_descriptor_t *) dpriv->cdesc;
263 len = MIN(len, UGETW(ucd->wTotalLength));
580 struct usb_config_desc ucd; local
587 ucd.ucd_config_index = USB_CURRENT_CONFIG_INDEX;
589 if ((ioctl(fd, USB_GET_CONFIG_DESC, &ucd)) < 0)
592 usbi_dbg("active bLength %d", ucd.ucd_desc.bLength);
594 len = UGETW(ucd.ucd_desc.wTotalLength);
599 ufd.ufd_config_index = ucd.ucd_config_index;
  /external/icu4c/test/intltest/
ssearch.cpp 438 UCD *ucd = NULL; local
446 ucd = ucd_open(coll, &status);
453 bms = bms_open(ucd, pattern, plen, target, targetLen, &status);
473 ucd_close(ucd);
634 UCD *ucd = ucd_open(collator, &status); local
635 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status);
640 ucd_close(ucd);
664 ucd_close(ucd);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 268 tL2C_UCD_REG ucd; member in struct:__anon3469
414 UINT16 ucd_mtu; /* peer MTU on UCD */
415 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
416 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 1139 UpdateCompatibilityData ucd = new UpdateCompatibilityData(); local
    [all...]

Completed in 90 milliseconds