Symbol: DeviceAddOn
headers/os/add-ons/input_server/InputServerDevice.h
39
class DeviceAddOn;
headers/os/add-ons/input_server/InputServerDevice.h
70
BPrivate::DeviceAddOn* fOwner;
src/servers/input/AddOnManager.cpp
210
AddOnManager::StartMonitoringDevice(DeviceAddOn* addOn, const char* device)
src/servers/input/AddOnManager.cpp
237
AddOnManager::StopMonitoringDevice(DeviceAddOn* addOn, const char *device)
src/servers/input/AddOnManager.cpp
945
DeviceAddOn* addOn = fDeviceAddOns.ItemAt(i);
src/servers/input/AddOnManager.cpp
959
AddOnManager::_AddDevicePath(DeviceAddOn* addOn, const char* path,
src/servers/input/AddOnManager.cpp
982
AddOnManager::_RemoveDevicePath(DeviceAddOn* addOn, const char* path,
src/servers/input/AddOnManager.h
126
BObjectList<DeviceAddOn> fDeviceAddOns;
src/servers/input/AddOnManager.h
41
status_t StartMonitoringDevice(DeviceAddOn* addOn,
src/servers/input/AddOnManager.h
43
status_t StopMonitoringDevice(DeviceAddOn* addOn,
src/servers/input/AddOnManager.h
91
status_t _AddDevicePath(DeviceAddOn* addOn,
src/servers/input/AddOnManager.h
93
status_t _RemoveDevicePath(DeviceAddOn* addOn,
src/servers/input/InputServer.h
73
class DeviceAddOn {
src/servers/input/InputServer.h
75
DeviceAddOn(BInputServerDevice* device);
src/servers/input/InputServer.h
76
~DeviceAddOn();
src/servers/input/InputServerDevice.cpp
17
DeviceAddOn::DeviceAddOn(BInputServerDevice *device)
src/servers/input/InputServerDevice.cpp
24
DeviceAddOn::~DeviceAddOn()
src/servers/input/InputServerDevice.cpp
33
DeviceAddOn::HasPath(const char* path) const
src/servers/input/InputServerDevice.cpp
40
DeviceAddOn::AddPath(const char* path)
src/servers/input/InputServerDevice.cpp
47
DeviceAddOn::RemovePath(const char* path)
src/servers/input/InputServerDevice.cpp
54
DeviceAddOn::CountPaths() const
src/servers/input/InputServerDevice.cpp
65
fOwner = new(std::nothrow) DeviceAddOn(this);