HomeSort by relevance Sort by last modified time
    Searched refs:vendor_id (Results 151 - 175 of 190) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/chrome/common/
child_process_logging_posix.cc 100 gpu_info.gpu.vendor_id);
child_process_logging_win.cc 173 base::StringPrintf(L"0x%04x", gpu_info.gpu.vendor_id).c_str(),
  /external/chromium_org/chromeos/dbus/
cros_disks_client_unittest.cc 137 EXPECT_EQ(kVendorId, result.vendor_id());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
device.cpp 76 return scalar_property<cl_uint>(buf, size, size_ret, dev->vendor_id());
  /external/mesa3d/src/gallium/state_trackers/clover/api/
device.cpp 76 return scalar_property<cl_uint>(buf, size, size_ret, dev->vendor_id());
  /system/core/fastboot/
fastboot.c 75 static unsigned short vendor_id = 0; variable
214 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
928 vendor_id = (unsigned short)val;
  /external/chromium_org/gpu/config/
gpu_control_list.cc 88 bool GpuUnmatched(uint32 vendor_id, const std::vector<uint32>& device_id_list,
90 if (vendor_id == 0)
92 if (vendor_id != gpu.vendor_id)
500 std::string vendor_id; local
501 if (value->GetString("vendor_id", &vendor_id)) {
502 if (!entry->SetVendorId(vendor_id)) {
503 LOG(WARNING) << "Malformed vendor_id entry " << entry->id();
783 // Exception should inherit vendor_id from parent, otherwise if onl
    [all...]
  /external/grub/netboot/
tulip.c 410 unsigned short vendor_id; /* PCI card vendor code */
409 unsigned short vendor_id; \/* PCI card vendor code *\/ member in struct:tulip_private
    [all...]
  /external/libusb/libusb/
core.c     [all...]
libusb.h 808 uint16_t vendor_id, uint16_t product_id);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 368 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
bta_hh_le.c     [all...]
bta_hh_act.c 274 /* if DI record does not exist on remote device, vendor_id in tBTA_HH_DEV_DSCP_INFO will be
997 p_dev_info->dscp_info.vendor_id,
1003 p_dev_info->dscp_info.vendor_id,
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos.cc 38 const std::string& vendor = disk.vendor_id();
  /external/chromium_org/chrome/browser/ui/webui/
flash_ui.cc 351 base::StringPrintf("0x%04x", gpu_info.gpu.vendor_id));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 208 __u32 vendor_id:16; member in struct:_i2o_lct_entry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 208 __u32 vendor_id:16; member in struct:_i2o_lct_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 208 __u32 vendor_id:16; member in struct:_i2o_lct_entry
  /external/libmtp/src/
libusb-glue.c 526 if(dev->descriptor.idVendor == mtp_device_table[i].vendor_id &&
630 retdevs[i].device_entry.vendor_id = dev->libusb_device->descriptor.idVendor;
636 if(dev->libusb_device->descriptor.idVendor == mtp_device_table[j].vendor_id &&
721 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 124 <vendor_id> <space> > <product_id> <space> <version> <space>
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 772 u32 vendor_id; local
807 vendor_id = WPA_GET_BE32(pos);
808 if (vendor_id != EAP_VENDOR_MICROSOFT) {
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 343 WriteIntAttribute("vendorid", gpu_data_manager->gpu_info().vendor_id);
  /external/chromium_org/chrome/common/extensions/
extension_messages.h 172 IPC_STRUCT_TRAITS_MEMBER(vendor_id())
  /external/chromium_org/content/common/gpu/
gpu_messages.h 125 IPC_STRUCT_TRAITS_MEMBER(vendor_id)
  /external/tcpdump/
print-isoclns.c 1748 u_int i,vendor_id; local
    [all...]

Completed in 2446 milliseconds

1 2 3 4 5 67 8