Searched refs:TabletDevice (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h20 class TabletDevice;
36 friend class TabletDevice;
43 TabletDevice* _FindDevice(const char* path) const;
48 BObjectList<TabletDevice> fDevices;
H A DTabletInputDevice.cpp72 # define TD_CALLED(x...) FunctionTracer _ft(this, "TabletDevice", \
95 class TabletDevice { class
97 TabletDevice(TabletInputDevice& target,
99 ~TabletDevice();
145 TabletDevice::TabletDevice(TabletInputDevice& target, const char* driverPath) function in class:TabletDevice
162 TabletDevice::~TabletDevice()
175 TabletDevice::Start()
210 TabletDevice
[all...]
/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDeviceFactory.cpp8 #include "TabletDevice.h"
22 device = new TabletDevice(parent, reader);
H A DTabletDevice.h17 class TabletDevice : public PointingDevice { class in inherits:PointingDevice
19 TabletDevice(MasterServerDevice* parent,
21 virtual ~TabletDevice();
H A DTabletDevice.cpp29 #include "TabletDevice.h"
37 TabletDevice::TabletDevice(MasterServerDevice* parent, DeviceReader* reader) function in class:TabletDevice
59 TabletDevice::~TabletDevice()
67 TabletDevice::InitCheck()
77 TabletDevice::Start()
98 TabletDevice::Stop()
112 TabletDevice::DetectDevice(const DeviceReader* reader)
279 TabletDevice
[all...]

Completed in 71 milliseconds