Searched refs:vendor_id (Results 1 - 25 of 154) sorted by relevance

1234567

/external/chromium_org/gpu/config/
H A Dgpu_info_collector_ozone.cc15 GpuIDResult CollectGpuID(uint32* vendor_id, uint32* device_id) { argument
16 DCHECK(vendor_id && device_id);
17 *vendor_id = 0;
H A Dgpu_info.cc10 : vendor_id(0),
H A Dgpu_info_collector_x11.cc132 gpu.vendor_id = device->vendor_id;
142 if (gpu_info->gpu.vendor_id == kVendorIDIntel &&
143 gpu.vendor_id != kVendorIDIntel) {
154 gpu_info->secondary_gpus[0].vendor_id == kVendorIDIntel) {
155 if (gpu_info->gpu.vendor_id == kVendorIDNVidia)
157 if (gpu_info->gpu.vendor_id == kVendorIDAMD)
192 GpuIDResult CollectGpuID(uint32* vendor_id, uint32* device_id) { argument
193 DCHECK(vendor_id && device_id);
194 *vendor_id
[all...]
/external/chromium_org/chrome/common/extensions/permissions/
H A Dusb_device_permission.h20 CheckParam(uint16 vendor_id, uint16 product_id, int interface_id) argument
21 : vendor_id(vendor_id),
24 const uint16 vendor_id; member in struct:extensions::UsbDevicePermission::CheckParam
H A Dusb_device_permission_data.h34 UsbDevicePermissionData(uint16 vendor_id,
51 const uint16& vendor_id() const { return vendor_id_; } function in class:extensions::UsbDevicePermissionData
56 uint16& vendor_id() { return vendor_id_; } function in class:extensions::UsbDevicePermissionData
H A Dusb_device_permission.cc41 const char* vendor = device::UsbIds::GetVendorName(i->vendor_id());
45 device::UsbIds::GetProductName(i->vendor_id(), i->product_id());
H A Dusb_device_permission_data.cc32 UsbDevicePermissionData::UsbDevicePermissionData(uint16 vendor_id, argument
35 : vendor_id_(vendor_id),
46 return vendor_id_ == specific_param.vendor_id &&
/external/chromium_org/third_party/libva/va/android/
H A Ddrmtest.h38 int drm_open_any(int *vendor_id, int *device_id);
40 int drm_open_matching(const char *pci_glob, int flags, int *vendor_id, int *device_id);
/external/chromium_org/device/usb/
H A Dusb_ids.h30 // Gets the name of the vendor who owns |vendor_id|. Returns NULL if the
31 // specified |vendor_id| does not exist.
32 static const char* GetVendorName(uint16_t vendor_id);
35 // |vendor_id| refers to a vendor that does not exist, or |vendor_id| is valid
38 static const char* GetProductName(uint16_t vendor_id, uint16_t product_id);
44 // Finds the static UsbVendor associated with |vendor_id|. Returns NULL if no
46 static const UsbVendor* FindVendor(uint16_t vendor_id);
H A Dusb_ids.cc29 const UsbVendor* UsbIds::FindVendor(uint16_t vendor_id) { argument
30 const UsbVendor key = {vendor_id, NULL, 0, NULL};
38 const char* UsbIds::GetVendorName(uint16_t vendor_id) { argument
39 const UsbVendor* vendor = FindVendor(vendor_id);
45 const char* UsbIds::GetProductName(uint16_t vendor_id, uint16_t product_id) { argument
46 const UsbVendor* vendor = FindVendor(vendor_id);
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Ddriver_name.c45 int vendor_id, chip_id, i, j; local
60 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
66 if (vendor_id != driver_map[i].vendor_id)
71 fd, vendor_id, chip_id, driver);
79 fd, vendor_id, chip_id, driver);
/external/mesa3d/src/gbm/backends/dri/
H A Ddriver_name.c45 int vendor_id, chip_id, i, j; local
60 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
66 if (vendor_id != driver_map[i].vendor_id)
71 fd, vendor_id, chip_id, driver);
79 fd, vendor_id, chip_id, driver);
/external/libmtp/examples/
H A Dhotplug.c124 // printf("SYSFS{idVendor}==\"%04x\", SYSFS{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
126 printf("ATTR{idVendor}==\"%04x\", ATTR{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
131 printf("libmtp.sh 0x0003 0x%04x 0x%04x 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000\n", entry->vendor_id, entry->product_id);
135 printf(" <match key=\"usb.vendor_id\" int=\"0x%04x\">\n", entry->vendor_id);
157 if (entry->vendor_id == 0x4102 || // iriver
158 entry->vendor_id == 0x066f || // TrekStor
159 entry->vendor_id == 0x1703) { // NormSoft, Inc.
169 if (last_vendor != entry->vendor_id) {
170 printf("%04x\n", entry->vendor_id);
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_info_browsertest.cc31 std::string vendor_id = base::StringPrintf( variable
32 "0x%04x", gpu_info.gpu.vendor_id);
35 LOG(INFO) << "GPU[0]: vendor_id = " << vendor_id
39 vendor_id = base::StringPrintf("0x%04x", gpu.vendor_id);
42 << "]: vendor_id = " << vendor_id
/external/libvpx/libvpx/vpx_ports/
H A Dx86_cpuid.c16 vpx_cpu_t vendor_id; member in struct:cpuid_vendors
45 return (cpuid_vendor_list[i].vendor_id);
/external/chromium_org/chrome/browser/usb/
H A Dusb_service.h38 // |vendor_id| and |product_id|, inserting them into |devices|. Clears
43 const uint16 vendor_id,
60 // Return true if |device|'s vendor and product identifiers match |vendor_id|
63 const uint16 vendor_id,
69 const uint16 vendor_id,
79 const uint16 vendor_id,
H A Dusb_service.cc86 const uint16 vendor_id,
108 vendor_id,
113 vendor_id,
117 FindDevicesImpl(vendor_id, product_id, callback, true);
120 FindDevicesImpl(vendor_id, product_id, callback, true);
136 const uint16 vendor_id,
145 vendor_id,
152 const uint16 vendor_id,
171 if (DeviceMatches(it->second, vendor_id, product_id))
224 const uint16 vendor_id,
85 FindDevices( const uint16 vendor_id, const uint16 product_id, int interface_id, const base::Callback<void(ScopedDeviceVector vector)>& callback) argument
135 OnRequestUsbAccessReplied( const uint16 vendor_id, const uint16 product_id, const base::Callback<void(ScopedDeviceVector vectors)>& callback, bool success) argument
151 FindDevicesImpl( const uint16 vendor_id, const uint16 product_id, const base::Callback<void(ScopedDeviceVector vectors)>& callback, bool success) argument
223 DeviceMatches(scoped_refptr<UsbDevice> device, const uint16 vendor_id, const uint16 product_id) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dcommon.c98 int vendor_id, chip_id, i, j; local
113 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
119 if (vendor_id != driver_map[i].vendor_id)
124 fd, vendor_id, chip_id, driver);
132 fd, vendor_id, chip_id, driver);
/external/mesa3d/src/egl/drivers/dri2/
H A Dcommon.c98 int vendor_id, chip_id, i, j; local
113 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
119 if (vendor_id != driver_map[i].vendor_id)
124 fd, vendor_id, chip_id, driver);
132 fd, vendor_id, chip_id, driver);
/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/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/chromium_org/third_party/libjingle/source/talk/base/
H A Dsysteminfo.h72 GpuInfo() : vendor_id(0), device_id(0) {}
75 int vendor_id; member in struct:talk_base::SystemInfo::GpuInfo
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.h39 int vendor_id; member in struct:libusb_hotplug_callback
H A Dhotplug.c155 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->vendor_id &&
156 hotplug_cb->vendor_id != dev->device_descriptor.idVendor) {
211 int vendor_id, int product_id, int dev_class,
224 if ((LIBUSB_HOTPLUG_MATCH_ANY != vendor_id && (~0xffff & vendor_id)) ||
239 new_callback->vendor_id = vendor_id;
209 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/tools/usb_ids/
H A Dusb_ids.py51 for vendor_id in sorted(table.keys()):
52 vendor = table[vendor_id]
69 for vendor_id in sorted(table.keys()):
70 vendor = table[vendor_id]

Completed in 436 milliseconds

1234567