HomeSort by relevance Sort by last modified time
    Searched defs:DeviceType (Results 1 - 11 of 11) sorted by null

  /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,
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /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);
  /external/chromium_org/chrome/browser/sync/glue/
synced_session.h 28 enum DeviceType {
48 DeviceType device_type;
57 // Converts the DeviceType enum value to a string. This is used
  /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/device/bluetooth/
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/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 36 enum DeviceType {
58 DeviceType GetDeviceType(const base::string16& mount_point) {
91 // Returns 0 if the devicetype is not volume.
150 DeviceType device_type = GetDeviceType(mount_point);
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 41 enum DeviceType {
152 DeviceType device_type() const { return device_type_; }
183 DeviceType device_type_;
  /frameworks/base/services/input/
InputReader.h     [all...]

Completed in 1248 milliseconds