Searched refs:device_type (Results 1 - 25 of 113) 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:__anon6752::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::__anon7121::__anon7122
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/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 Ddevice_info.h31 const sync_pb::SyncEnums::DeviceType device_type);
55 sync_pb::SyncEnums::DeviceType device_type() const;
H A Dsynced_session.cc15 device_type(TYPE_UNSET) {
30 switch (device_type) {
H A Ddevice_info.cc51 const sync_pb::SyncEnums::DeviceType device_type)
56 device_type_(device_type) {
81 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const { function in class:browser_sync::DeviceInfo
126 && this->device_type() == other.device_type();
47 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) argument
H A Dsynced_device_tracker.cc75 specifics.device_type()));
94 specifics.device_type()));
130 specifics.device_type()));
166 specifics.set_device_type(info.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)) {
40 if (disk.device_type() == chromeos::DEVICE_TYPE_USB) {
H A Dremovable_storage_provider_chromeos_unittest.cc46 chromeos::DeviceType device_type,
53 device_type,
62 chromeos::DeviceType device_type,
76 device_type,
45 CreateDisk(const std::string& device_path, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
59 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/ui/webui/options/
H A Dmedia_devices_selection_handler.cc92 std::string device_type; local
96 device_type = kAudio;
100 device_type = kVideo;
122 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.cc49 bool DeviceIsPointing(device::BluetoothDevice::DeviceType device_type) { argument
50 return device_type == device::BluetoothDevice::DEVICE_MOUSE ||
51 device_type == device::BluetoothDevice::DEVICE_KEYBOARD_MOUSE_COMBO ||
52 device_type == device::BluetoothDevice::DEVICE_TABLET;
60 bool DeviceIsKeyboard(device::BluetoothDevice::DeviceType device_type) { argument
61 return device_type == device::BluetoothDevice::DEVICE_KEYBOARD ||
62 device_type == device::BluetoothDevice::DEVICE_KEYBOARD_MOUSE_COMBO;
491 device::BluetoothDevice::DeviceType device_type = device->GetDeviceType();
493 if (device_type == device::BluetoothDevice::DEVICE_MOUSE ||
494 device_type
517 BTConnected( device::BluetoothDevice::DeviceType device_type) argument
525 BTConnectError( const std::string& address, device::BluetoothDevice::DeviceType device_type, device::BluetoothDevice::ConnectErrorCode error_code) argument
[all...]
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_gatt_util.h40 BOOLEAN btif_get_device_type(BD_ADDR bd_addr, int *addr_type, int *device_type);
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc103 sync_pb::SyncEnums::DeviceType device_type = local
105 return device_type == sync_pb::SyncEnums_DeviceType_TYPE_PHONE ?
116 sync_pb::SyncEnums::DeviceType device_type = local
118 if (device_type == sync_pb::SyncEnums_DeviceType_TYPE_PHONE) {
/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/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_util.c313 int device_type = 0; local
323 btif_get_device_type(bd_addr, &addr_type, &device_type);
324 switch(device_type)
339 BTIF_TRACE_ERROR (" GATT Encrypt :Invalid device type %d",device_type);
352 BOOLEAN btif_get_device_type(BD_ADDR bd_addr, int *addr_type, int *device_type) argument
354 if (device_type == NULL || addr_type == NULL)
363 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", device_type))
369 ALOGD("%s: Device [%s] type %d, addr. type %d", __FUNCTION__, bd_addr_str, *device_type, *addr_type);
/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.cc223 // Fill device_type iff the volume is removable partition.
225 switch (volume_info.device_type) {
227 volume_metadata->device_type =
231 volume_metadata->device_type = file_browser_private::DEVICE_TYPE_USB;
234 volume_metadata->device_type = file_browser_private::DEVICE_TYPE_SD;
238 volume_metadata->device_type =
242 volume_metadata->device_type = file_browser_private::DEVICE_TYPE_MOBILE;
250 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.cc157 uint32 device_type = 0; local
158 if (!reader.PopVariantOfUint32(&device_type)) {
159 LOG(WARNING) << "Unexpected response for " << device_type << ": "
163 VLOG(1) << "Device type: " << device_type;
165 if (device_type == NM_DEVICE_TYPE_WIFI) { // Found a wlan adapter

Completed in 621 milliseconds

12345