Searched defs:vendor_id (Results 26 - 50 of 118) sorted by relevance

12345

/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c103 u32 vendor_id; local
110 vendor_id = WPA_GET_BE24(pos);
111 switch (vendor_id) {
119 vendor_id);
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings_linux.cc194 const char* const vendor_id; member in struct:content::__anon7162::MappingData
218 const base::StringPiece& vendor_id,
222 if (vendor_id == item.vendor_id && product_id == item.product_id)
217 GetGamepadStandardMappingFunction( const base::StringPiece& vendor_id, const base::StringPiece& product_id) argument
/external/chromium_org/device/serial/
H A Dserial_device_enumerator_linux.cc79 const char* vendor_id = local
87 if (vendor_id && base::HexStringToUInt(vendor_id, &int_value)) {
88 info->vendor_id = int_value;
/external/chromium_org/device/usb/
H A Dusb_device_filter.cc34 void UsbDeviceFilter::SetVendorId(uint16 vendor_id) { argument
36 vendor_id_ = vendor_id;
61 if (device->vendor_id() != vendor_id_) {
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_android.cc91 CollectInfoResult CollectGpuID(uint32* vendor_id, uint32* device_id) { argument
92 DCHECK(vendor_id && device_id);
93 *vendor_id = 0;
H A Dgpu_info_collector_linux.cc110 if (device->vendor_id == 0 || device->device_id == 0)
114 gpu.vendor_id = device->vendor_id;
124 if (gpu_info->gpu.vendor_id == kVendorIDIntel &&
125 gpu.vendor_id != kVendorIDIntel) {
136 gpu_info->secondary_gpus[0].vendor_id == kVendorIDIntel) {
137 if (gpu_info->gpu.vendor_id == kVendorIDNVidia)
139 if (gpu_info->gpu.vendor_id == kVendorIDAMD)
175 CollectInfoResult CollectGpuID(uint32* vendor_id, uint32* device_id) { argument
176 DCHECK(vendor_id
[all...]
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c159 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->vendor_id &&
160 hotplug_cb->vendor_id != dev->device_descriptor.idVendor) {
203 int vendor_id, int product_id, int dev_class,
216 if ((LIBUSB_HOTPLUG_MATCH_ANY != vendor_id && (~0xffff & vendor_id)) ||
231 new_callback->vendor_id = vendor_id;
201 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 *handle) argument
/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.h55 GpuInfo() : vendor_id(0), device_id(0) {}
58 int vendor_id; member in struct:rtc::SystemInfo::GpuInfo
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_netlink.h87 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
92 uint64_t vendor_id; member in struct:scsi_nl_host_vendor_msg
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc23 const char* vendor_id; member in struct:__anon3137::TestDiskInfo
211 kTestDisks[disk_info_index].vendor_id,
/external/chromium_org/printing/backend/
H A Dprint_backend.h56 std::string vendor_id; member in struct:printing::PrinterSemanticCapsAndDefaults::Paper
/external/chromium_org/printing/
H A Dprint_settings_conversion.cc114 std::string vendor_id; local
115 if (media_size_value->GetString(kSettingMediaSizeVendorId, &vendor_id) &&
116 !vendor_id.empty()) {
117 requested_media.vendor_id = vendor_id;
234 debug->SetString("media_vendor_od", settings.requested_media().vendor_id);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp73 _cl_device_id::vendor_id() const { function in class:_cl_device_id
78 return ldev->u.pci.vendor_id;
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl.c67 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
97 sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2) {
123 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
144 *vendor_id = 0x8086;
159 *vendor_id = 0x1002;
171 *vendor_id = 0x10de;
176 *vendor_id = 0x15ad;
189 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
199 int vendor_id, chip_id; local
202 if (!drm_fd_get_pci_id(fd, &vendor_id,
[all...]
/external/chromium_org/third_party/ots/src/
H A Dos2.h34 uint32_t vendor_id; member in struct:ots::OpenTypeOS2
/external/ipsec-tools/src/racoon/
H A Dvendorid.h94 struct vendor_id { struct
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp73 _cl_device_id::vendor_id() const { function in class:_cl_device_id
78 return ldev->u.pci.vendor_id;
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl.c67 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
97 sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2) {
123 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
144 *vendor_id = 0x8086;
159 *vendor_id = 0x1002;
171 *vendor_id = 0x10de;
176 *vendor_id = 0x15ad;
189 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
199 int vendor_id, chip_id; local
202 if (!drm_fd_get_pci_id(fd, &vendor_id,
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
/external/wpa_supplicant_8/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c156 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, argument
160 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
161 vendor_id, product_id, version);
163 p_cb->dscp_info.vendor_id = vendor_id;
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c404 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, argument
418 APPL_TRACE_WARNING("%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
420 vendor_id, product_id,
435 ev.u.create.vendor = vendor_id;
/external/bluetooth/bluedroid/stack/include/
H A Dsrvc_api.h59 UINT16 vendor_id; member in struct:__anon1618
/external/chromium_org/apps/
H A Dsaved_devices_service.cc51 const char kDeviceVendorId[] = "vendor_id";
98 int vendor_id; local
100 &vendor_id) ||
101 vendor_id < 0 || vendor_id > UINT16_MAX) {
116 result.push_back(SavedDeviceEntry(vendor_id, product_id, serial_number));
123 SavedDeviceEntry::SavedDeviceEntry(uint16_t vendor_id, argument
126 : vendor_id(vendor_id),
134 device_entry_dict->SetIntegerWithoutPathExpansion(kDeviceVendorId, vendor_id);
[all...]

Completed in 433 milliseconds

12345