Searched defs:product_id (Results 1 - 13 of 13) sorted by relevance

/external/libbrillo/policy/
H A Ddevice_policy.h35 uint16_t product_id; member in struct:policy::DevicePolicy::UsbDeviceId
/external/libusb/include/libusb/
H A Dhotplug.h42 int product_id; member in struct:libusb_hotplug_callback
/external/libusb/libusb/
H A Dhotplug.h42 int product_id; member in struct:libusb_hotplug_callback
H A Dhotplug.c176 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->product_id &&
177 hotplug_cb->product_id != dev->device_descriptor.idProduct) {
239 int vendor_id, int product_id, int dev_class,
253 (LIBUSB_HOTPLUG_MATCH_ANY != product_id && (~0xffff & product_id)) ||
268 new_callback->product_id = product_id;
237 libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *callback_handle) argument
H A Dcore.c1298 * \param product_id the idProduct value to search for
1303 libusb_context *ctx, uint16_t vendor_id, uint16_t product_id)
1320 if (desc.idVendor == vendor_id && desc.idProduct == product_id) {
1302 libusb_open_device_with_vid_pid( libusb_context *ctx, uint16_t vendor_id, uint16_t product_id) argument
/external/avb/libavb_atx/
H A Davb_atx_types.h49 uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]; member in struct:AvbAtxPermanentAttributes
H A Davb_atx_validate.c137 uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]) {
147 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject);
227 permanent_attributes.product_id)) {
133 verify_psk_certificate( AvbAtxCertificate* certificate, uint8_t authority[AVB_ATX_PUBLIC_KEY_SIZE], uint64_t minimum_version, uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]) argument
/external/libusb/examples/
H A Dhotplugtest.c73 int product_id, vendor_id, class_id; local
77 product_id = (argc > 2) ? (int)strtol (argv[2], NULL, 0) : 0x5005;
94 product_id, class_id, hotplug_callback, NULL, &hp[0]);
102 product_id,class_id, hotplug_callback_detach, NULL, &hp[1]);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcdeviceinfo.h65 char* product_id,
73 if (product_id) {
74 rtc::strcpyn(reinterpret_cast<char*>(product_id), product_id_len,
60 GetDeviceName(uint32_t device_num, char* device_name, uint32_t device_name_len, char* device_id, uint32_t device_id_len, char* product_id, uint32_t product_id_len) argument
/external/syslinux/com32/lib/pci/
H A Dscan.c73 char product_id[16]; local
100 strcpy(product_id,"0000");
126 case 2:strcpy(product_id,result); break;
137 int int_product_id=hex_to_int(product_id);
272 char product_id[5]; local
302 strlcpy(product_id, "0000", 4);
325 /* init product_id, sub_product and sub_vendor */
326 strlcpy(product_id, "0000", 4);
357 strlcpy(product_id, &line[1], 4);
358 product_id[
601 char product_id[16]; local
[all...]
/external/syslinux/com32/hdt/
H A Dhdt-common.h144 uint16_t product_id; member in struct:s_pxe
/external/kernel-headers/original/uapi/linux/
H A Di2o-dev.h242 char product_id[24]; member in struct:_i2o_status_block
/external/libmtp/src/
H A Dlibmtp.h480 uint16_t product_id; /**< Product ID for this device */ member in struct:LIBMTP_device_entry_struct

Completed in 282 milliseconds