Searched refs:device_type (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/base/system_monitor/
H A Dsystem_monitor.cc34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) { argument
35 NotifyDevicesChanged(device_type);
46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) { argument
47 DVLOG(1) << "DevicesChanged with device type " << device_type;
49 &DevicesChangedObserver::OnDevicesChanged, device_type);
H A Dsystem_monitor.h40 virtual void OnDevicesChanged(DeviceType device_type) {} argument
61 void ProcessDevicesChanged(DeviceType device_type);
65 void NotifyDevicesChanged(DeviceType device_type);
/external/chromium_org/content/browser/
H A Ddevice_monitor_udev.cc20 base::SystemMonitor::DeviceType device_type; member in struct:__anon7043::SubsystemMap
73 base::SystemMonitor::DeviceType device_type = local
78 device_type = kSubsystemMap[i].device_type;
82 DCHECK_NE(device_type, base::SystemMonitor::DEVTYPE_UNKNOWN);
84 base::SystemMonitor::Get()->ProcessDevicesChanged(device_type);
H A Dsystem_message_window_win.cc22 const base::SystemMonitor::DeviceType device_type; member in struct:content::__anon7445::__anon7446
107 base::SystemMonitor::DeviceType device_type = local
128 device_type = kDeviceCategoryMap[i].device_type;
136 if (device_type == base::SystemMonitor::DEVTYPE_UNKNOWN)
145 monitor->ProcessDevicesChanged(device_type);
/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py94 def _GetExpectationNameWithVersion(self, device_type, expectation,
99 device_type: string identifier for the device type.
108 return self._CreateExpectationName(device_type, expectation, version)
110 def _CreateExpectationName(self, device_type, expectation, version):
114 device_type: string identifier for the device type, example: mako
121 return '%s:%s(%s)' % (device_type, expectation, version)
123 def GenerateExpectation(self, device_type, expectation, chrome_version,
128 device_type: string identifier for the device type.
135 device_type, expectation, chrome_version)
143 def PerformComparison(self, test_run, device_type, expectatio
[all...]
/external/chromium_org/base/test/
H A Dmock_devices_changed_observer.h22 void(base::SystemMonitor::DeviceType device_type));
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc14 const sync_pb::SyncEnums::DeviceType device_type,
20 device_type_(device_type),
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const { function in class:sync_driver::DeviceInfo
95 this->device_type() == other.device_type() &&
10 DeviceInfo(const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
H A Ddevice_info.h27 const sync_pb::SyncEnums::DeviceType device_type,
52 sync_pb::SyncEnums::DeviceType device_type() const;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl.cc59 storage_monitor::StorageInfo::Type device_type; local
62 device_id, &device_type, &unique_id);
63 if (device_type != storage_monitor::StorageInfo::IPHOTO)
77 storage_monitor::StorageInfo::Type device_type; local
80 device_id, &device_type, &unique_id);
81 if (device_type != storage_monitor::StorageInfo::ITUNES)
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session.h50 DeviceType device_type; member in struct:browser_sync::SyncedSession
63 switch (device_type) {
H A Dlocal_device_info_provider_mock.cc17 const sync_pb::SyncEnums::DeviceType device_type,
26 device_type,
12 LocalDeviceInfoProviderMock( const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
H A Dlocal_device_info_provider_mock.h24 const sync_pb::SyncEnums::DeviceType device_type,
H A Dsynced_session.cc15 device_type(TYPE_UNSET) {
30 switch (device_type) {
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_chromeos.cc30 (disk.device_type() == chromeos::DEVICE_TYPE_USB ||
31 disk.device_type() == chromeos::DEVICE_TYPE_SD)) {
41 if (disk.device_type() == chromeos::DEVICE_TYPE_USB) {
H A Dremovable_storage_provider_chromeos_unittest.cc47 chromeos::DeviceType device_type,
54 device_type,
63 chromeos::DeviceType device_type,
77 device_type,
46 CreateDisk(const std::string& device_path, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
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/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.cc96 const base::string16 device_type = chromeos::GetChromeDeviceType(); local
99 const base::string16 device_type = base::ASCIIToUTF16("Chromeschnozzle"); local
118 strings->SetString("deviceType", device_type);
124 device_type));
128 device_type));
141 device_type));
152 device_type));
174 device_type));
195 IDS_EASY_UNLOCK_SETUP_INTRO_HEADER_TITLE, device_type));
199 device_type,
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmedia_devices_selection_handler.cc93 std::string device_type; local
97 device_type = kAudio;
101 device_type = kVideo;
123 base::StringValue type_value(device_type);
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.h29 DeviceType device_type() const { return device_type_; } function in class:ui::DeviceEvent
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc48 bool DeviceIsPointing(device::BluetoothDevice::DeviceType device_type) { argument
49 return device_type == device::BluetoothDevice::DEVICE_MOUSE ||
50 device_type == device::BluetoothDevice::DEVICE_KEYBOARD_MOUSE_COMBO ||
51 device_type == device::BluetoothDevice::DEVICE_TABLET;
59 bool DeviceIsKeyboard(device::BluetoothDevice::DeviceType device_type) { argument
60 return device_type == device::BluetoothDevice::DEVICE_KEYBOARD ||
61 device_type == device::BluetoothDevice::DEVICE_KEYBOARD_MOUSE_COMBO;
492 device::BluetoothDevice::DeviceType device_type = device->GetDeviceType();
494 if (device_type == device::BluetoothDevice::DEVICE_MOUSE ||
495 device_type
518 BTConnected( device::BluetoothDevice::DeviceType device_type) argument
526 BTConnectError( const std::string& address, device::BluetoothDevice::DeviceType device_type, device::BluetoothDevice::ConnectErrorCode error_code) argument
[all...]
/external/chromium_org/ui/events/ozone/device/udev/
H A Ddevice_manager_udev.cc163 DeviceEvent::DeviceType device_type;
166 device_type = DeviceEvent::INPUT;
168 device_type = DeviceEvent::DISPLAY;
183 new DeviceEvent(device_type, action_type, base::FilePath(path)));
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler.cc24 (disk.device_type() == DEVICE_TYPE_USB ||
25 disk.device_type() == DEVICE_TYPE_SD);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_util.cc227 // Fill device_type iff the volume is removable partition.
229 switch (volume_info.device_type) {
231 volume_metadata->device_type =
235 volume_metadata->device_type = file_manager_private::DEVICE_TYPE_USB;
238 volume_metadata->device_type = file_manager_private::DEVICE_TYPE_SD;
242 volume_metadata->device_type =
246 volume_metadata->device_type = file_manager_private::DEVICE_TYPE_MOBILE;
254 volume_metadata->device_type =
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.h57 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc158 uint32 device_type = 0; local
159 if (!reader.PopVariantOfUint32(&device_type)) {
160 LOG(WARNING) << "Unexpected response for " << device_type << ": "
164 VLOG(1) << "Device type: " << device_type;
166 if (device_type == NM_DEVICE_TYPE_WIFI) { // Found a wlan adapter
/external/srec/srec/cfront/
H A Dca_wave.c163 int device_type)
168 ASSERT(device_type == WAVE_DEVICE_RAW);
177 hWave->data.device_type = device_type;
268 if (hWave->data.device_type != WAVE_DEVICE_RAW)
159 CA_OpenWaveFromDevice(CA_Wave *hWave, int wave_type, int samplerate, int device_id, int device_type) argument

Completed in 583 milliseconds

12345