Searched defs:DeviceType (Results 1 - 14 of 14) sorted by relevance

/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,
/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);
/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_;
/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
/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/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/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.h51 enum DeviceType { enum in class:device::BluetoothDevice
204 DeviceType GetDeviceType() const;
/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/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;
/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/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h40 enum DeviceType { enum in namespace:chromeos
153 DeviceType device_type() const { return device_type_; }
185 DeviceType device_type_;
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc37 enum DeviceType { enum in namespace:storage_monitor::__anon6847
59 DeviceType GetDeviceType(const base::string16& mount_point) {
151 DeviceType device_type = GetDeviceType(mount_point);

Completed in 789 milliseconds