Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/android/wds/client/
DDevice.h37 enum DeviceType { enum
44 Device(char* name, DeviceType type, const AdbConnection* conn) in Device()
51 DeviceType type() const { return m_type; } in type()
59 DeviceType m_type;
Dmain.cpp74 Device::DeviceType type = Device::NONE; in main()
DAdbConnection.cpp223 Device::DeviceType t = Device::DEVICE; in getDeviceList()
/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.h45 DeviceType device_type,
66 DeviceType device_type() const { return device_type_; } in device_type()
89 DeviceType device_type_;
Dmount_library.cc25 DeviceType device_type, in Disk()
/external/qemu/hw/
Dqdev.h7 typedef struct DeviceType DeviceType; typedef
16 DeviceType *type;
Dqdev.c45 struct DeviceType { struct
47 DeviceType *next; argument
53 static DeviceType *device_type_list;
58 DeviceType *t; in qdev_register()
62 t = qemu_mallocz(sizeof(DeviceType)); in qdev_register()
73 DeviceType *t; in qdev_create()
/external/chromium/chrome/browser/chromeos/extensions/
Dfile_browser_event_router.cc25 const char* DeviceTypeToString(chromeos::DeviceType type) { in DeviceTypeToString()