HomeSort by relevance Sort by last modified time
    Searched refs:DeviceType (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/base/system_monitor/
system_monitor.h 22 enum DeviceType {
40 virtual void OnDevicesChanged(DeviceType device_type) {}
61 void ProcessDevicesChanged(DeviceType device_type);
65 void NotifyDevicesChanged(DeviceType device_type);
system_monitor.cc 34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) {
46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) {
  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.h 35 enum DeviceType {
46 void UpdateDevicesMenuForType(DeviceType type);
47 void UpdateDevicesMenu(DeviceType type,
media_devices_selection_handler.cc 86 DeviceType type, const content::MediaStreamDevices& devices) {
128 void MediaDevicesSelectionHandler::UpdateDevicesMenuForType(DeviceType type) {
  /external/chromium_org/base/test/
mock_devices_changed_observer.h 22 void(base::SystemMonitor::DeviceType device_type));
  /external/chromium_org/content/browser/
device_monitor_mac.h 20 void NotifyDeviceChanged(base::SystemMonitor::DeviceType type);
device_monitor_linux.cc 20 base::SystemMonitor::DeviceType device_type;
73 base::SystemMonitor::DeviceType device_type =
system_message_window_win.cc 19 // 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 =
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /external/chromium_org/chrome/browser/sync/glue/
device_info.h 31 const sync_pb::SyncEnums::DeviceType device_type);
55 sync_pb::SyncEnums::DeviceType device_type() const;
70 static sync_pb::SyncEnums::DeviceType GetLocalDeviceType();
106 const sync_pb::SyncEnums::DeviceType device_type_;
synced_session.h 28 enum DeviceType {
48 DeviceType device_type;
57 // Converts the DeviceType enum value to a string. This is used
device_info.cc 44 std::string DeviceTypeToString(sync_pb::SyncEnums::DeviceType device_type) {
72 const sync_pb::SyncEnums::DeviceType device_type)
102 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
115 sync_pb::SyncEnums::DeviceType DeviceInfo::GetLocalDeviceType() {
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.h 47 enum DeviceType {
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);
196 DeviceType DeviceAddedInternal(int device_id, const std::string& device_name);
208 std::map<int, DeviceType> device_id_to_type_;
  /external/chromium_org/content/gpu/
gpu_idirect3d9_mock_win.h 20 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/chrome/browser/chromeos/cros/
mount_library.h 45 DeviceType device_type,
66 DeviceType device_type() const { return device_type_; }
89 DeviceType device_type_;
  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 38 BluetoothDevice::DeviceType device_type = GetDeviceType();
82 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
162 DeviceType type = GetDeviceType();
bluetooth_device.h 39 enum DeviceType {
197 DeviceType GetDeviceType() const;
  /external/qemu/hw/
qdev.h 7 typedef struct DeviceType DeviceType;
16 DeviceType *type;
qdev.c 45 struct DeviceType {
47 DeviceType *next;
53 static DeviceType *device_type_list;
58 DeviceType *t;
62 t = qemu_mallocz(sizeof(DeviceType));
73 DeviceType *t;
  /external/chromium_org/sync/protocol/
proto_enum_conversions.h 48 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 41 enum DeviceType {
152 DeviceType device_type() const { return device_type_; }
183 DeviceType device_type_;
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 66 DeviceType device_type,
120 DeviceType device_type() const { return device_type_; }
159 DeviceType device_type_;
285 static std::string DeviceTypeToString(DeviceType type);
mock_disk_mount_manager.h 62 DeviceType device_type,
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.h 56 virtual void OnDevicesChanged(base::SystemMonitor::DeviceType type) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.h 88 browser_sync::SyncedSession::DeviceType device_type);

Completed in 2018 milliseconds

1 2