Searched refs:input_device_type (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DInput.h21 enum input_device_type { enum
49 input_device_type Type() const;
56 static status_t Start(input_device_type type);
57 static status_t Stop(input_device_type type);
58 static status_t Control(input_device_type type, uint32 code,
67 input_device_type type);
70 input_device_type fType;
/haiku/src/kits/interface/
H A DInput.cpp49 dev->_SetNameAndType(device, (input_device_type)type);
77 dev->_SetNameAndType(name, (input_device_type)type);
112 input_device_type
189 BInputDevice::Start(input_device_type type)
201 BInputDevice::Stop(input_device_type type)
213 BInputDevice::Control(input_device_type type, uint32 code, BMessage *message)
242 BInputDevice::_SetNameAndType(const char *name, input_device_type type)
/haiku/src/servers/input/
H A DInputServer.h55 input_device_type Type() const { return fDevice.type; }
59 bool HasType(input_device_type type) const;
60 bool Matches(const char* name, input_device_type type) const;
156 status_t GetDeviceInfo(const char* name, input_device_type *_type,
163 status_t StartStopDevices(const char* name, input_device_type type,
166 status_t ControlDevices(const char *name, input_device_type type,
H A DAddOnManager.cpp732 return gInputServer->StartStopDevices(name, (input_device_type)type,
742 input_device_type type;
813 input_device_type deviceType = B_UNDEFINED_DEVICE;
866 return gInputServer->ControlDevices(name, (input_device_type)type,
H A DInputServer.cpp123 InputDeviceListItem::HasType(input_device_type type) const
130 InputDeviceListItem::Matches(const char* name, input_device_type type) const
1191 InputServer::GetDeviceInfo(const char* name, input_device_type *_type,
1326 InputServer::StartStopDevices(const char* name, input_device_type type,
1404 InputServer::ControlDevices(const char* name, input_device_type type,
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h17 input_device_type type; // see Input.h
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h55 const char* name, input_device_type type);
H A DVirtioInputDevice.cpp220 input_device_type type)

Completed in 109 milliseconds