Searched refs:DeviceAddOn (Results 1 – 5 of 5) sorted by relevance
/haiku/src/servers/input/ |
H A D | InputServerDevice.cpp | 17 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 D | AddOnManager.h | 41 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 D | InputServer.h | 73 class DeviceAddOn { 75 DeviceAddOn(BInputServerDevice* device); 76 ~DeviceAddOn();
|
H A D | AddOnManager.cpp | 210 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 D | InputServerDevice.h | 39 class DeviceAddOn; variable 70 BPrivate::DeviceAddOn* fOwner;
|