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

12

/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/chrome/browser/ui/webui/options/
H A Dmedia_devices_selection_handler.h35 enum DeviceType { enum in class:options::MediaDevicesSelectionHandler
46 void UpdateDevicesMenuForType(DeviceType type);
47 void UpdateDevicesMenu(DeviceType type,
H A Dmedia_devices_selection_handler.cc86 DeviceType type, const content::MediaStreamDevices& devices) {
128 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.h29 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/content/gpu/
H A Dgpu_idirect3d9_mock_win.h20 HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
25 HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
30 HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
34 HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
45 HRESULT(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow,
66 HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session.h29 enum DeviceType { enum in struct:browser_sync::SyncedSession
49 DeviceType device_type;
58 // Converts the DeviceType enum value to a string. This is used
H A 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_;
H A Ddevice_info.cc51 const sync_pb::SyncEnums::DeviceType device_type)
81 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
130 sync_pb::SyncEnums::DeviceType DeviceInfo::GetLocalDeviceType() {
/external/chromium_org/chrome/browser/ui/ash/
H A Devent_rewriter.h47 enum DeviceType { enum in class:EventRewriter
56 DeviceType DeviceAddedForTesting(int device_id,
61 const std::map<int, DeviceType>& device_id_to_type_for_testing() const {
76 // Gets DeviceType from the |device_name|.
77 static DeviceType GetDeviceType(const std::string& device_name);
207 DeviceType DeviceAddedInternal(int device_id, const std::string& device_name);
219 std::map<int, DeviceType> device_id_to_type_;
/external/chromium/chrome/browser/chromeos/cros/
H A Dmount_library.h45 DeviceType device_type,
66 DeviceType device_type() const { return device_type_; }
89 DeviceType device_type_;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc38 BluetoothDevice::DeviceType device_type = GetDeviceType();
82 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
162 DeviceType type = GetDeviceType();
H A Dbluetooth_device.h39 enum DeviceType { enum in class:device::BluetoothDevice
197 DeviceType GetDeviceType() const;
/external/qemu/hw/
H A Dqdev.h7 typedef struct DeviceType DeviceType; typedef in typeref:struct:DeviceType
16 DeviceType *type;
H A Dqdev.c45 struct DeviceType { struct
47 DeviceType *next;
53 static DeviceType *device_type_list;
58 DeviceType *t;
62 t = qemu_mallocz(sizeof(DeviceType));
73 DeviceType *t;
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h39 enum DeviceType { enum in namespace:chromeos
150 DeviceType device_type() const { return device_type_; }
181 DeviceType device_type_;
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h66 DeviceType device_type,
120 DeviceType device_type() const { return device_type_; }
159 DeviceType device_type_;
279 static std::string DeviceTypeToString(DeviceType type);
H A Dmock_disk_mount_manager.h62 DeviceType device_type,
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_provider.h56 virtual void OnDevicesChanged(base::SystemMonitor::DeviceType type) OVERRIDE;
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.h52 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h36 MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.h57 chromeos::DeviceType device_type;

Completed in 832 milliseconds

12