Searched defs:vendor_id (Results 1 - 25 of 118) sorted by path

12345

/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/bta/include/
H A Dbta_hh_api.h192 /* id DI is not existing in remote device, vendor_id in tBTA_HH_DEV_DSCP_INFO will be set to 0xffff */
199 UINT16 vendor_id; /* vendor ID */ member in struct:__anon821
/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/btif/src/
H A Dbtif_storage.c124 <vendor_id> <space> > <product_id> <space> <version> <space>
1385 UINT8 app_id, UINT16 vendor_id,
1396 btif_config_set_int("Remote", bdstr, "HidVendorId", vendor_id);
1453 dscp_info.vendor_id = (uint16_t) value;
1383 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument
/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...]
H A Dsaved_devices_service.h39 SavedDeviceEntry(uint16_t vendor_id,
46 uint16_t vendor_id; member in struct:apps::SavedDeviceEntry
/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/chromeos/dbus/
H A Dcros_disks_client.h138 const std::string& vendor_id() const { return vendor_id_; } function in class:chromeos::DiskInfo
H A Dfake_permission_broker_client.cc25 const uint16_t vendor_id,
24 RequestUsbAccess( const uint16_t vendor_id, const uint16_t product_id, int interface_id, const ResultCallback& callback) argument
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.cc453 disk_info.vendor_id(),
645 const std::string& vendor_id,
665 vendor_id_(vendor_id),
639 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& vendor_id, const std::string& vendor_name, const std::string& product_id, const std::string& product_name, const std::string& fs_uuid, const std::string& system_path_prefix, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device, bool on_removable_device, bool is_hidden) argument
H A Ddisk_mount_manager.h60 const std::string& vendor_id,
100 const std::string& vendor_id() const { return vendor_id_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager_unittest.cc31 const char* vendor_id; member in struct:__anon6149::TestDiskInfo
64 "/device/vendor_id",
162 disk.vendor_id,
/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 + ":" +
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_linux.cc146 const char* vendor_id = udev_device_get_sysattr_value(dev, "id/vendor"); local
148 mapper = GetGamepadStandardMappingFunction(vendor_id, product_id);
169 if (strcmp(vendor_id, usb_vendor_id) == 0 &&
187 vendor_id,
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
H A Dgamepad_standard_mappings_win.cc129 const char* const vendor_id; member in struct:content::__anon7163::MappingData
145 const base::StringPiece& vendor_id,
149 if (vendor_id == item.vendor_id && product_id == item.product_id)
144 GetGamepadStandardMappingFunction( const base::StringPiece& vendor_id, const base::StringPiece& product_id) argument
H A Draw_input_data_fetcher_win.h42 uint32_t vendor_id; member in struct:content::RawGamepadInfo
H A Dxbox_data_fetcher_mac.cc279 UInt16 vendor_id;
280 kr = (*device_)->GetDeviceVendor(device_, &vendor_id);
281 if (kr != KERN_SUCCESS || vendor_id != kVendorMicrosoft)
700 int vendor_id,
705 kCFAllocatorDefault, kCFNumberSInt32Type, &vendor_id));
699 RegisterForDeviceNotifications( int vendor_id, int product_id, base::mac::ScopedIOObject<io_iterator_t>* added_iter, base::mac::ScopedIOObject<io_iterator_t>* removed_iter) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl.cc254 bool GpuDataManagerImpl::UpdateActiveGpu(uint32 vendor_id, uint32 device_id) { argument
256 return private_->UpdateActiveGpu(vendor_id, device_id);
H A Dgpu_data_manager_impl_private.cc228 uint32 vendor_id, device_id; local
229 if (gpu::CollectGpuID(&vendor_id, &device_id) == gpu::kCollectInfoSuccess) {
230 gpu_changed = manager->UpdateActiveGpu(vendor_id, device_id);
511 gpu_info.gpu.vendor_id = 0xffff;
523 if (!gpu_info.gpu.vendor_id || !gpu_info.gpu.device_id) {
658 // info collection at GPU process startup, but we need gpu vendor_id,
662 base::StringPrintf("0x%04x", gpu_info_.gpu.vendor_id));
813 uint32 vendor_id, uint32 device_id) {
814 if (gpu_info_.gpu.vendor_id == vendor_id
812 UpdateActiveGpu( uint32 vendor_id, uint32 device_id) argument
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc54 uint16* vendor_id,
78 if (vendor_id != NULL)
79 *vendor_id = vendor_value;
198 uint16 vendor_id = 0; local
199 ParseModalias(object_path_, NULL, &vendor_id, NULL, NULL);
200 return vendor_id;
52 ParseModalias(const dbus::ObjectPath& object_path, BluetoothDevice::VendorIDSource* vendor_id_source, uint16* vendor_id, uint16* product_id, uint16* device_id) argument
/external/chromium_org/device/hid/
H A Dhid_device_filter.cc21 void HidDeviceFilter::SetVendorId(uint16_t vendor_id) { argument
23 vendor_id_ = vendor_id;
43 if (device_info.vendor_id != vendor_id_) {

Completed in 3276 milliseconds

12345