Searched refs:vendor_id (Results 76 - 100 of 220) sorted by relevance

123456789

/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_tlv_common.h50 be32 vendor_id; member in struct:eap_tlv_nak_tlv
/external/chromium_org/gpu/config/
H A Dgpu_control_list_unittest.cc51 gpu_info_.gpu.vendor_id = kNvidiaVendorId;
116 "vendor_id": "0x10de",
159 "vendor_id": "0x10de",
303 "vendor_id": "0x10de",
316 gpu_info.gpu.vendor_id = kNvidiaVendorId;
349 "vendor_id": "0x8086",
363 gpu_info.gpu.vendor_id = kIntelVendorId;
409 "vendor_id": "0x8086",
419 "vendor_id": "0x8086",
432 gpu_info.gpu.vendor_id
[all...]
H A Dgpu_test_config_unittest.cc33 gpu_info.gpu.vendor_id = 0x10de;
38 EXPECT_EQ(gpu_info.gpu.vendor_id, config.gpu_vendor()[0]);
41 gpu_info.gpu.vendor_id = 0x8086;
45 EXPECT_EQ(gpu_info.gpu.vendor_id, config.gpu_vendor()[0]);
248 gpu_info.gpu.vendor_id = 0x10de;
H A Dgpu_info.cc12 enumerator->AddInt("vendorId", device.vendor_id);
38 : vendor_id(0),
H A Dgpu_blacklist_unittest.cc38 " \"vendor_id\": \"0x10de\",\n"
59 gpu_info_.gpu.vendor_id = 0x10de;
H A Dgpu_info.h44 uint32 vendor_id; member in struct:gpu::GPUInfo::GPUDevice
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_android.c542 droid_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
563 *vendor_id = 0x8086;
578 *vendor_id = 0x1002;
590 *vendor_id = 0x10de;
595 *vendor_id = 0x15ad;
610 int vendor_id = -1, chip_id = -1; local
614 if (!droid_get_pci_id(fd, &vendor_id, &chip_id))
618 if (vendor_id != driver_map[idx].vendor_id)
633 fd, vendor_id, chip_i
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c542 droid_get_pci_id(int fd, int *vendor_id, int *chip_id) argument
563 *vendor_id = 0x8086;
578 *vendor_id = 0x1002;
590 *vendor_id = 0x10de;
595 *vendor_id = 0x15ad;
610 int vendor_id = -1, chip_id = -1; local
614 if (!droid_get_pci_id(fd, &vendor_id, &chip_id))
618 if (vendor_id != driver_map[idx].vendor_id)
633 fd, vendor_id, chip_i
[all...]
/external/chromium_org/device/usb/
H A Dusb_device_impl.cc107 UsbDevice::UsbDevice(uint16 vendor_id, uint16 product_id, uint32 unique_id) argument
108 : vendor_id_(vendor_id), product_id_(product_id), unique_id_(unique_id) {
122 uint16 vendor_id,
125 : UsbDevice(vendor_id, product_id, unique_id),
204 vendor_id(),
118 UsbDeviceImpl( scoped_refptr<UsbContext> context, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, PlatformUsbDevice platform_device, uint16 vendor_id, uint16 product_id, uint32 unique_id) argument
H A Dusb_device_filter_unittest.cc24 MockUsbDevice(uint16 vendor_id, uint16 product_id, uint32 unique_id) argument
25 : UsbDevice(vendor_id, product_id, unique_id) {}
/external/valgrind/main/coregrind/
H A Dm_cache.c488 HChar vendor_id[13]; local
492 VG_(cpuid)(0, 0, &level, (UInt*)&vendor_id[0],
493 (UInt*)&vendor_id[8], (UInt*)&vendor_id[4]);
494 vendor_id[12] = '\0';
501 if (0 == VG_(strcmp)(vendor_id, "GenuineIntel")) {
504 } else if (0 == VG_(strcmp)(vendor_id, "AuthenticAMD")) {
507 } else if (0 == VG_(strcmp)(vendor_id, "CentaurHauls")) {
521 vendor_id);
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dprint_ticket_store.js402 if (selectedOption.hasOwnProperty('vendor_id')) {
403 cjt.print.color.vendor_id = selectedOption.vendor_id;
420 vendor_id: value.vendor_id
/external/chromium_org/printing/backend/
H A Dcups_helper_unittest.cc199 EXPECT_EQ("Letter", caps.papers[0].vendor_id);
203 EXPECT_EQ("Legal", caps.papers[1].vendor_id);
H A Dprint_backend.h56 std::string vendor_id; member in struct:printing::PrinterSemanticCapsAndDefaults::Paper
/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/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/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/stack/include/
H A Dsrvc_api.h59 UINT16 vendor_id; member in struct:__anon1618
/external/chromium_org/chrome/common/
H A Dchrome_utility_printing_messages.h32 IPC_STRUCT_TRAITS_MEMBER(vendor_id)
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_api.cc43 if (input->vendor_id) {
44 output->SetVendorId(*input->vendor_id);
116 if (parameters_->options.vendor_id) {
118 legacy_filter.SetVendorId(*parameters_->options.vendor_id);
H A Dhid_device_manager.cc68 api_device_info.vendor_id = device_info.vendor_id;
129 device_info.vendor_id,
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_bsg_fc.h213 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
221 uint64_t vendor_id; member in struct:fc_bsg_host_vendor
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description.cc31 const char kKeyVendorId[] = "vendor_id";
394 return type == other.type && vendor_id == other.vendor_id &&
401 return !vendor_id.empty() && !custom_display_name.empty();
463 const std::string& vendor_id,
471 vendor_id(vendor_id) {
594 dict.GetString(kKeyVendorId, &option->vendor_id);
601 if (!option.vendor_id.empty())
602 dict->SetString(kKeyVendorId, option.vendor_id);
462 Media(const std::string& custom_display_name, const std::string& vendor_id, int32 width_um, int32 height_um) argument
[all...]
H A Dprinter_description.h49 std::string vendor_id; member in struct:cloud_devices::printer::Color
295 const std::string& vendor_id,
310 std::string vendor_id; member in struct:cloud_devices::printer::Media
/external/chromium_org/components/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.cc53 const std::string vendor_id = base::UintToString(storage_info.vendor_id()); local
57 kVendorModelVolumeStoragePrefix + vendor_id + ":" + model_id + ":" +

Completed in 1473 milliseconds

123456789