Home
last modified time | relevance | path

Searched refs:DeviceFor (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDeviceFactory.h15 static PointingDevice* DeviceFor(MasterServerDevice* parent,
H A DPointingDeviceFactory.cpp15 PointingDeviceFactory::DeviceFor(MasterServerDevice* parent, const char* path) in DeviceFor() function in PointingDeviceFactory
H A DMasterServerDevice.cpp211 PointingDevice* device = PointingDeviceFactory::DeviceFor(this, path); in _AddDevice()