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

1 2 3

  /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/ui/events/ozone/device/
device_event.h 16 enum DeviceType {
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
29 DeviceType device_type() const { return device_type_; }
34 DeviceType device_type_;
device_event.cc 9 DeviceEvent::DeviceEvent(DeviceType type,
  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.h 34 enum DeviceType {
45 void UpdateDevicesMenuForType(DeviceType type);
46 void UpdateDevicesMenu(DeviceType type,
media_devices_selection_handler.cc 88 DeviceType type, const content::MediaStreamDevices& devices) {
130 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/third_party/skia/experimental/SkiaExamples/
SkExample.h 42 enum DeviceType {
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; }
70 DeviceType fType;
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /external/chromium_org/content/browser/
device_monitor_mac.h 37 void NotifyDeviceChanged(base::SystemMonitor::DeviceType type);
device_monitor_udev.cc 20 base::SystemMonitor::DeviceType device_type;
73 base::SystemMonitor::DeviceType device_type =
  /external/chromium_org/chrome/browser/sync/glue/
synced_session.h 30 enum DeviceType {
50 DeviceType device_type;
59 // Converts the DeviceType enum value to a string. This is used
local_device_info_provider_mock.h 24 const sync_pb::SyncEnums::DeviceType device_type,
local_device_info_provider_mock.cc 17 const sync_pb::SyncEnums::DeviceType device_type,
  /external/chromium_org/components/sync_driver/
device_info.h 27 const sync_pb::SyncEnums::DeviceType device_type,
52 sync_pb::SyncEnums::DeviceType device_type() const;
86 const sync_pb::SyncEnums::DeviceType device_type_;
device_info.cc 14 const sync_pb::SyncEnums::DeviceType device_type,
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.h 32 enum DeviceType {
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/chromium_org/chrome/browser/chromeos/events/
event_rewriter.h 41 enum DeviceType {
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/device/bluetooth/
bluetooth_device.cc 35 BluetoothDevice::DeviceType device_type = GetDeviceType();
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
159 DeviceType type = GetDeviceType();
bluetooth_device.h 51 enum DeviceType {
204 DeviceType GetDeviceType() const;
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 66 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/
proto_enum_conversions.h 57 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 79 chromeos::DeviceType device_type;
163 chromeos::DeviceType device_type);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_chromeos_unittest.cc 47 chromeos::DeviceType device_type,
63 chromeos::DeviceType device_type,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 136 void BTConnected(device::BluetoothDevice::DeviceType device_type);
142 device::BluetoothDevice::DeviceType device_type,

Completed in 7422 milliseconds

1 2 3