Searched refs:DeviceType (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/base/system_monitor/
H A Dsystem_monitor.h22 enum DeviceType { enum in class:base::SystemMonitor
40 virtual void OnDevicesChanged(DeviceType device_type) {}
61 void ProcessDevicesChanged(DeviceType device_type);
65 void NotifyDevicesChanged(DeviceType device_type);
H A Dsystem_monitor.cc34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) {
46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) {
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.h16 enum DeviceType { enum in class:ui::DeviceEvent
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
29 DeviceType device_type() const { return device_type_; }
34 DeviceType device_type_;
H A Ddevice_event.cc9 DeviceEvent::DeviceEvent(DeviceType type,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmedia_devices_selection_handler.h34 enum DeviceType { enum in class:options::MediaDevicesSelectionHandler
45 void UpdateDevicesMenuForType(DeviceType type);
46 void UpdateDevicesMenu(DeviceType type,
H A Dmedia_devices_selection_handler.cc88 DeviceType type, const content::MediaStreamDevices& devices) {
130 void MediaDevicesSelectionHandler::UpdateDevicesMenuForType(DeviceType type) {
/external/chromium_org/base/test/
H A Dmock_devices_changed_observer.h22 void(base::SystemMonitor::DeviceType device_type));
/external/chromium_org/content/browser/
H A Ddevice_monitor_mac.h37 void NotifyDeviceChanged(base::SystemMonitor::DeviceType type);
H A Ddevice_monitor_udev.cc20 base::SystemMonitor::DeviceType device_type;
73 base::SystemMonitor::DeviceType device_type =
H A Dsystem_message_window_win.cc19 // A static map from a device category guid to base::SystemMonitor::DeviceType.
22 const base::SystemMonitor::DeviceType device_type;
107 base::SystemMonitor::DeviceType device_type =
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.h42 enum DeviceType { enum in class:SkExampleWindow
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; }
70 DeviceType fType;
/external/skia/experimental/SkiaExamples/
H A DSkExample.h42 enum DeviceType { enum in class:SkExampleWindow
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; }
70 DeviceType fType;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session.h30 enum DeviceType { enum in struct:browser_sync::SyncedSession
50 DeviceType device_type;
59 // Converts the DeviceType enum value to a string. This is used
H A Dlocal_device_info_provider_mock.h24 const sync_pb::SyncEnums::DeviceType device_type,
H A Dlocal_device_info_provider_mock.cc17 const sync_pb::SyncEnums::DeviceType device_type,
/external/chromium_org/components/sync_driver/
H A Ddevice_info.h27 const sync_pb::SyncEnums::DeviceType device_type,
52 sync_pb::SyncEnums::DeviceType device_type() const;
86 const sync_pb::SyncEnums::DeviceType device_type_;
H A Ddevice_info.cc14 const sync_pb::SyncEnums::DeviceType device_type,
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter.h41 enum DeviceType { enum in class:chromeos::EventRewriter
53 DeviceType KeyboardDeviceAddedForTesting(int device_id,
61 const std::map<int, DeviceType>& device_id_to_type_for_testing() const {
115 DeviceType KeyboardDeviceAddedInternal(int device_id,
172 std::map<int, DeviceType> device_id_to_type_;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.h32 enum DeviceType { enum in class:SampleWindow
46 static bool IsGpuDeviceType(DeviceType devType) {
79 virtual SkSurface* createSurface(DeviceType dType, SampleWindow* win) = 0;
83 virtual void publishCanvas(DeviceType dType,
116 void setDeviceType(DeviceType type);
137 DeviceType getDeviceType() const { return fDeviceType; }
171 DeviceType fDeviceType;
/external/skia/samplecode/
H A DSampleApp.h32 enum DeviceType { enum in class:SampleWindow
46 static bool IsGpuDeviceType(DeviceType devType) {
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; }
171 DeviceType fDeviceType;
/external/qemu/include/hw/
H A Dqdev-core.h7 typedef struct DeviceType DeviceType; typedef in typeref:struct:DeviceType
14 DeviceType *type;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc35 BluetoothDevice::DeviceType device_type = GetDeviceType();
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
159 DeviceType type = GetDeviceType();
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h66 DeviceType device_type,
121 DeviceType device_type() const { return device_type_; }
163 DeviceType device_type_;
290 static std::string DeviceTypeToString(DeviceType type);
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.h57 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
/external/qemu/hw/core/
H A Dqdev.c45 struct DeviceType { struct
47 DeviceType *next;
53 static DeviceType *device_type_list;
58 DeviceType *t;
62 t = g_malloc0(sizeof(DeviceType));
73 DeviceType *t;

Completed in 599 milliseconds

123