Home
last modified time | relevance | path

Searched refs:DeviceAddOn (Results 1 – 5 of 5) sorted by relevance

/haiku/src/servers/input/
H A DInputServerDevice.cpp17 DeviceAddOn::DeviceAddOn(BInputServerDevice *device) in DeviceAddOn() function in DeviceAddOn
24 DeviceAddOn::~DeviceAddOn() in ~DeviceAddOn()
33 DeviceAddOn::HasPath(const char* path) const in HasPath()
40 DeviceAddOn::AddPath(const char* path) in AddPath()
47 DeviceAddOn::RemovePath(const char* path) in RemovePath()
54 DeviceAddOn::CountPaths() const in CountPaths()
65 fOwner = new(std::nothrow) DeviceAddOn(this); in BInputServerDevice()
H A DAddOnManager.h41 status_t StartMonitoringDevice(DeviceAddOn* addOn,
43 status_t StopMonitoringDevice(DeviceAddOn* addOn,
91 status_t _AddDevicePath(DeviceAddOn* addOn,
93 status_t _RemoveDevicePath(DeviceAddOn* addOn,
126 BObjectList<DeviceAddOn> fDeviceAddOns;
H A DInputServer.h73 class DeviceAddOn {
75 DeviceAddOn(BInputServerDevice* device);
76 ~DeviceAddOn();
H A DAddOnManager.cpp210 AddOnManager::StartMonitoringDevice(DeviceAddOn* addOn, const char* device) in StartMonitoringDevice()
237 AddOnManager::StopMonitoringDevice(DeviceAddOn* addOn, const char *device) in StopMonitoringDevice()
945 DeviceAddOn* addOn = fDeviceAddOns.ItemAt(i); in _HandleDeviceMonitor()
959 AddOnManager::_AddDevicePath(DeviceAddOn* addOn, const char* path, in _AddDevicePath()
982 AddOnManager::_RemoveDevicePath(DeviceAddOn* addOn, const char* path, in _RemoveDevicePath()
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h39 class DeviceAddOn; variable
70 BPrivate::DeviceAddOn* fOwner;