Searched refs:DeviceType (Results 1 – 8 of 8) sorted by relevance
37 enum DeviceType { enum44 Device(char* name, DeviceType type, const AdbConnection* conn) in Device()51 DeviceType type() const { return m_type; } in type()59 DeviceType m_type;
74 Device::DeviceType type = Device::NONE; in main()
223 Device::DeviceType t = Device::DEVICE; in getDeviceList()
45 DeviceType device_type,66 DeviceType device_type() const { return device_type_; } in device_type()89 DeviceType device_type_;
25 DeviceType device_type, in Disk()
7 typedef struct DeviceType DeviceType; typedef16 DeviceType *type;
45 struct DeviceType { struct47 DeviceType *next; argument53 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()
25 const char* DeviceTypeToString(chromeos::DeviceType type) { in DeviceTypeToString()