Searched refs:DeviceReader (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.cpp8 #include "DeviceReader.h"
23 DeviceReader::DeviceReader() function in class:DeviceReader
34 DeviceReader::~DeviceReader()
41 DeviceReader::SetTo(const char* path)
69 DeviceReader::InitCheck() const
76 DeviceReader::DevicePath() const
83 DeviceReader::DeviceFile() const
90 DeviceReader
[all...]
H A DPointingDevice.h10 class DeviceReader;
16 DeviceReader* reader);
40 DeviceReader* fReader;
H A DDeviceReader.h24 class DeviceReader { class
26 DeviceReader();
27 virtual ~DeviceReader();
H A DPointingDeviceFactory.cpp7 #include "DeviceReader.h"
18 DeviceReader* reader = new DeviceReader();
H A DPointingDevice.cpp8 #include "DeviceReader.h"
14 DeviceReader* reader)
H A DTabletDevice.h20 DeviceReader* reader);
28 status_t DetectDevice(const DeviceReader* reader);
H A DTabletDevice.cpp26 #include "DeviceReader.h"
37 TabletDevice::TabletDevice(MasterServerDevice* parent, DeviceReader* reader)
112 TabletDevice::DetectDevice(const DeviceReader* reader)
648 DeviceReader* reader = tabletDevice->fReader;

Completed in 90 milliseconds