Searched refs:DeviceUSB (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/devices/
H A DDeviceUSB.h15 class DeviceUSB : public Device { class in inherits:Device
17 DeviceUSB(Device* parent);
18 virtual ~DeviceUSB();
H A DDeviceUSB.cpp10 #include "DeviceUSB.h"
19 #define B_TRANSLATION_CONTEXT "DeviceUSB"
27 DeviceUSB::DeviceUSB(Device* parent) function in class:DeviceUSB
36 DeviceUSB::~DeviceUSB()
51 DeviceUSB::InitFromAttributes()
H A DDevicesView.cpp326 newDevice = new DeviceUSB(parent);

Completed in 278 milliseconds