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

1 2

  /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/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_;
  /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
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter.h 49 enum DeviceType {
58 DeviceType DeviceAddedForTesting(int device_id,
65 const std::map<int, DeviceType>& device_id_to_type_for_testing() const {
124 DeviceType DeviceAddedInternal(int device_id, const std::string& device_name);
172 std::map<int, DeviceType> device_id_to_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;
  /external/skia/experimental/SkiaExamples/
SkExample.h 42 enum DeviceType {
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; }
70 DeviceType fType;
  /external/qemu/include/hw/
qdev-core.h 7 typedef struct DeviceType DeviceType;
14 DeviceType *type;
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 51 enum DeviceType {
230 DeviceType GetDeviceType() const;
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.h 32 enum DeviceType {
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/qemu/hw/core/
qdev.c 45 struct DeviceType {
47 DeviceType *next;
53 static DeviceType *device_type_list;
58 DeviceType *t;
62 t = g_malloc0(sizeof(DeviceType));
73 DeviceType *t;
  /external/skia/samplecode/
SampleApp.h 32 enum DeviceType {
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/components/storage_monitor/
volume_mount_watcher_win.cc 37 enum DeviceType {
59 DeviceType GetDeviceType(const base::string16& mount_point) {
92 // Returns 0 if the devicetype is not volume.
151 DeviceType device_type = GetDeviceType(mount_point);
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 40 enum DeviceType {
150 DeviceType device_type() const { return device_type_; }
181 DeviceType device_type_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 76 UCHAR DeviceType : 5;
hubbusif.h 730 USB_DEVICE_TYPE DeviceType;
classpnp.h 475 DEVICE_TYPE DeviceType;
d3dhal.h 663 D3DDEVTYPE DeviceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8caps.h 217 D3DDEVTYPE DeviceType;
ntddchgr.h 235 UCHAR DeviceType;
sti.h 88 STI_DEVICE_TYPE DeviceType;
101 STI_DEVICE_TYPE DeviceType;
122 STI_DEVICE_TYPE DeviceType;
137 STI_DEVICE_TYPE DeviceType;
d3d9caps.h 305 D3DDEVTYPE DeviceType;
dxvahd.h 177 DXVAHD_DEVICE_TYPE DeviceType;
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]

Completed in 1517 milliseconds

1 2