Searched refs:vendor_name (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/components/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.cc71 const std::string& vendor_name = storage_info.vendor(); local
72 device_label = vendor_name;
98 // |vendor_name|, and |product_name|.
104 base::string16* vendor_name,
116 *vendor_name = base::UTF8ToUTF16(storage_info->vendor());
200 base::string16 vendor_name; local
204 &vendor_name, &product_name);
216 vendor_name, product_name, 0);
99 GetStorageInfo(const std::string& storage_name, device::MediaTransferProtocolManager* mtp_manager, std::string* id, base::string16* label, std::string* location, base::string16* vendor_name, base::string16* product_name) argument
H A Dstorage_info.cc33 base::string16 GetFullProductName(const base::string16& vendor_name, argument
35 if (vendor_name.empty() && model_name.empty())
39 if (vendor_name.empty())
42 product_name = vendor_name;
43 else if (!vendor_name.empty() && !model_name.empty())
44 product_name = vendor_name + base::UTF8ToUTF16(", ") + model_name;
H A Dmedia_transfer_protocol_device_observer_linux_unittest.cc41 // and location. On success, fills in |id|, |label|, |location|, |vendor_name|,
48 base::string16* vendor_name,
58 *vendor_name = base::ASCIIToUTF16(kStorageVendor);
148 observer().last_attached().vendor_name());
43 GetStorageInfo(const std::string& storage_name, device::MediaTransferProtocolManager* mtp_manager, std::string* id, base::string16* label, std::string* location, base::string16* vendor_name, base::string16* product_name) argument
H A Dmedia_transfer_protocol_device_observer_linux.h22 // fills in |id|, |name|, |location|, |vendor_name|, and |product_name|.
29 base::string16* vendor_name,
H A Dstorage_info.h85 const base::string16& vendor_name() const { return vendor_name_; } function in class:storage_monitor::StorageInfo
H A Dstorage_monitor_chromeos_unittest.cc107 const std::string& vendor_name,
193 const std::string& vendor_name,
202 vendor_name,
188 MountDevice( chromeos::MountError error_code, const DiskMountManager::MountPointInfo& mount_info, const std::string& unique_id, const std::string& device_label, const std::string& vendor_name, const std::string& product_name, chromeos::DeviceType device_type, uint64 device_size_in_bytes) argument
/external/chromium_org/base/
H A Dcpu.h33 const std::string& vendor_name() const { return cpu_vendor_; } function in class:base::CPU
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_chromeos.cc37 device->vendor = disk.vendor_name();
H A Dremovable_storage_provider_chromeos_unittest.cc61 const std::string& vendor_name,
75 vendor_name,
60 CreateDisk(const std::string& device_path, const std::string& vendor_name, const std::string& product_name, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection.cc78 machine->set_cpu_vendor(cpu_info.vendor_name());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp62 std::string vendor_name() const;
H A Ddevice.cpp159 _cl_device_id::vendor_name() const { function in class:_cl_device_id
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp62 std::string vendor_name() const;
H A Ddevice.cpp159 _cl_device_id::vendor_name() const { function in class:_cl_device_id
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc233 base::string16 vendor_name; local
254 dict.GetString(kMediaGalleriesVendorNameKey, &vendor_name) &&
279 out_gallery_info->vendor_name = vendor_name;
307 dict->SetString(kMediaGalleriesVendorNameKey, gallery.vendor_name);
425 volume_label, vendor_name, model_name, total_size_in_bytes);
556 existing_devices[i].vendor_name(),
599 info.vendor_name(),
755 info.vendor_name(), info.model_name(), info.total_size_in_bytes(),
811 gallery_info->vendor_name
846 AddGallery( const std::string& device_id, const base::FilePath& relative_path, MediaGalleryPrefInfo::Type type, const base::string16& volume_label, const base::string16& vendor_name, const base::string16& model_name, uint64 total_size_in_bytes, base::Time last_attach_time, int audio_count, int image_count, int video_count) argument
877 AddOrUpdateGalleryInternal( const std::string& device_id, const base::string16& display_name, const base::FilePath& relative_path, MediaGalleryPrefInfo::Type type, const base::string16& volume_label, const base::string16& vendor_name, const base::string16& model_name, uint64 total_size_in_bytes, base::Time last_attach_time, bool volume_metadata_valid, int audio_count, int image_count, int video_count, int prefs_version, MediaGalleryPrefInfo::DefaultGalleryType default_gallery_type) argument
[all...]
H A Dmedia_galleries_preferences.h98 base::string16 vendor_name; member in struct:MediaGalleryPrefInfo
113 // Set to true if the volume metadata fields (volume_label, vendor_name,
234 const base::string16& vendor_name,
331 const base::string16& vendor_name,
/external/chromium_org/chromeos/disks/
H A Dmock_disk_mount_manager.h63 const std::string& vendor_name,
H A Ddisk_mount_manager.h61 const std::string& vendor_name,
103 const std::string& vendor_name() const { return vendor_name_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Dmock_disk_mount_manager.cc187 const std::string& vendor_name,
202 vendor_name,
183 CreateDiskEntryForMountDevice( const DiskMountManager::MountPointInfo& mount_info, const std::string& device_id, const std::string& device_label, const std::string& vendor_name, const std::string& product_name, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool has_media, bool on_boot_device, bool on_removable_device) argument
H A Ddisk_mount_manager.cc454 disk_info.vendor_name(),
646 const std::string& vendor_name,
666 vendor_name_(vendor_name),
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_unittest.cc32 const char* vendor_name; member in struct:__anon6149::TestDiskInfo
65 "/device/vendor_name",
163 disk.vendor_name,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc24 const char* vendor_name; member in struct:__anon3137::TestDiskInfo
212 kTestDisks[disk_info_index].vendor_name,
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1113 std::string vendor_name; local
1176 vendor_name.swap(value);
1238 if (!os_name.empty() && vendor_name.compare("apple") == 0 && os_name.find("darwin") == 0)
1251 if (!vendor_name.empty())
1252 m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name));
1262 if (!vendor_name.empty() || !os_name.empty())
1265 if (vendor_name.empty())
1268 triple += vendor_name;
1825 std::string vendor_name;
1852 vendor_name
[all...]
/external/chromium_org/extensions/browser/api/usb_private/
H A Dusb_private_api.cc113 device_info.vendor_name.reset(new std::string(name));
/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c87 utf8_t vendor_name[VENDOR_NAME_LEN]; member in struct:phHciNfc_IDMgmt_Info
816 p_identity_info->vendor_name[i] = reg_value[i];
817 pHwRef->device_info.vendor_name[i]= reg_value[i];
819 HCI_DEBUG("\tVendor Name:%s",p_identity_info->vendor_name);

Completed in 4987 milliseconds

12