Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium_org/ui/events/ozone/device/
Ddevice_event.h16 enum DeviceType { enum
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
29 DeviceType device_type() const { return device_type_; } in device_type()
34 DeviceType device_type_;
Ddevice_event.cc9 DeviceEvent::DeviceEvent(DeviceType type, in DeviceEvent()
/external/chromium_org/base/system_monitor/
Dsystem_monitor.h22 enum DeviceType { enum
40 virtual void OnDevicesChanged(DeviceType device_type) {} in OnDevicesChanged()
61 void ProcessDevicesChanged(DeviceType device_type);
65 void NotifyDevicesChanged(DeviceType device_type);
Dsystem_monitor.cc34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) { in ProcessDevicesChanged()
46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) { in NotifyDevicesChanged()
/external/chromium_org/third_party/skia/samplecode/
DSampleApp.h32 enum DeviceType { enum
46 static bool IsGpuDeviceType(DeviceType devType) { in IsGpuDeviceType()
79 virtual SkCanvas* createCanvas(DeviceType dType, SampleWindow* win) = 0;
83 virtual void publishCanvas(DeviceType dType,
116 void setDeviceType(DeviceType type);
137 DeviceType getDeviceType() const { return fDeviceType; } in getDeviceType()
171 DeviceType fDeviceType;
/external/skia/samplecode/
DSampleApp.h32 enum DeviceType { enum
46 static bool IsGpuDeviceType(DeviceType devType) { in IsGpuDeviceType()
79 virtual SkCanvas* createCanvas(DeviceType dType, SampleWindow* win) = 0;
83 virtual void publishCanvas(DeviceType dType,
116 void setDeviceType(DeviceType type);
137 DeviceType getDeviceType() const { return fDeviceType; } in getDeviceType()
171 DeviceType fDeviceType;
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
DSkExample.h42 enum DeviceType { enum
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; } in getDeviceType()
70 DeviceType fType;
/external/skia/experimental/SkiaExamples/
DSkExample.h42 enum DeviceType { enum
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; } in getDeviceType()
70 DeviceType fType;
/external/chromium_org/chrome/browser/sync/glue/
Ddevice_info.h31 const sync_pb::SyncEnums::DeviceType device_type);
55 sync_pb::SyncEnums::DeviceType device_type() const;
76 static sync_pb::SyncEnums::DeviceType GetLocalDeviceType();
112 const sync_pb::SyncEnums::DeviceType device_type_;
Dsynced_session.h30 enum DeviceType { enum
50 DeviceType device_type;
Ddevice_info.cc51 const sync_pb::SyncEnums::DeviceType device_type) in DeviceInfo()
81 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const { in device_type()
130 sync_pb::SyncEnums::DeviceType DeviceInfo::GetLocalDeviceType() { in GetLocalDeviceType()
/external/chromium_org/chrome/browser/ui/webui/options/
Dmedia_devices_selection_handler.h35 enum DeviceType { enum
46 void UpdateDevicesMenuForType(DeviceType type);
47 void UpdateDevicesMenu(DeviceType type,
Dmedia_devices_selection_handler.cc87 DeviceType type, const content::MediaStreamDevices& devices) { in UpdateDevicesMenu()
129 void MediaDevicesSelectionHandler::UpdateDevicesMenuForType(DeviceType type) { in UpdateDevicesMenuForType()
/external/chromium_org/chrome/browser/chromeos/events/
Devent_rewriter.h49 enum DeviceType { enum
58 DeviceType DeviceAddedForTesting(int device_id,
65 const std::map<int, DeviceType>& device_id_to_type_for_testing() const { in device_id_to_type_for_testing()
124 DeviceType DeviceAddedInternal(int device_id, const std::string& device_name);
172 std::map<int, DeviceType> device_id_to_type_;
/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.h66 DeviceType device_type,
120 DeviceType device_type() const { return device_type_; } in device_type()
159 DeviceType device_type_;
279 static std::string DeviceTypeToString(DeviceType type);
/external/qemu/include/hw/
Dqdev-core.h7 typedef struct DeviceType DeviceType; typedef
14 DeviceType *type;
/external/chromium_org/device/bluetooth/
Dbluetooth_device.cc35 BluetoothDevice::DeviceType device_type = GetDeviceType(); in GetAddressWithLocalizedDeviceTypeName()
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const { in GetDeviceType()
159 DeviceType type = GetDeviceType(); in IsPairable()
/external/qemu/hw/core/
Dqdev.c45 struct DeviceType { struct
47 DeviceType *next; argument
53 static DeviceType *device_type_list;
58 DeviceType *t; in qdev_register()
62 t = g_malloc0(sizeof(DeviceType)); in qdev_register()
73 DeviceType *t; in qdev_create()
/external/chromium_org/content/browser/
Ddevice_monitor_udev.cc20 base::SystemMonitor::DeviceType device_type;
73 base::SystemMonitor::DeviceType device_type = in OnDevicesChanged()
Dsystem_message_window_win.cc22 const base::SystemMonitor::DeviceType device_type;
107 base::SystemMonitor::DeviceType device_type = in OnDeviceChange()
/external/chromium_org/chromeos/dbus/
Dcros_disks_client.h40 enum DeviceType { enum
150 DeviceType device_type() const { return device_type_; } in device_type()
181 DeviceType device_type_;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dhid_detection_screen_handler.cc49 bool DeviceIsPointing(device::BluetoothDevice::DeviceType device_type) { in DeviceIsPointing()
60 bool DeviceIsKeyboard(device::BluetoothDevice::DeviceType device_type) { in DeviceIsKeyboard()
491 device::BluetoothDevice::DeviceType device_type = device->GetDeviceType(); in ConnectBTDevice()
518 device::BluetoothDevice::DeviceType device_type) { in BTConnected()
527 device::BluetoothDevice::DeviceType device_type, in BTConnectError()
/external/chromium_org/base/test/
Dmock_devices_changed_observer.h22 void(base::SystemMonitor::DeviceType device_type));
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dremovable_storage_provider_chromeos_unittest.cc46 chromeos::DeviceType device_type, in CreateDisk()
62 chromeos::DeviceType device_type, in CreateDisk()
/external/chromium_org/chrome/browser/search_engines/
Dui_thread_search_terms_data.cc103 sync_pb::SyncEnums::DeviceType device_type = in GetSuggestClient()
116 sync_pb::SyncEnums::DeviceType device_type = in GetSuggestRequestIdentifier()

123