Symbol: input_device_type
headers/os/add-ons/input_server/InputServerDevice.h
17
input_device_type type; // see Input.h
headers/os/interface/Input.h
57
input_device_type Type() const;
headers/os/interface/Input.h
64
static status_t Start(input_device_type type);
headers/os/interface/Input.h
65
static status_t Stop(input_device_type type);
headers/os/interface/Input.h
66
static status_t Control(input_device_type type, uint32 code,
headers/os/interface/Input.h
75
input_device_type type);
headers/os/interface/Input.h
78
input_device_type fType;
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
220
input_device_type type)
src/add-ons/input_server/devices/virtio/VirtioInputDevice.h
55
const char* name, input_device_type type);
src/kits/interface/Input.cpp
112
input_device_type
src/kits/interface/Input.cpp
189
BInputDevice::Start(input_device_type type)
src/kits/interface/Input.cpp
201
BInputDevice::Stop(input_device_type type)
src/kits/interface/Input.cpp
213
BInputDevice::Control(input_device_type type, uint32 code, BMessage *message)
src/kits/interface/Input.cpp
242
BInputDevice::_SetNameAndType(const char *name, input_device_type type)
src/kits/interface/Input.cpp
49
dev->_SetNameAndType(device, (input_device_type)type);
src/kits/interface/Input.cpp
77
dev->_SetNameAndType(name, (input_device_type)type);
src/servers/input/AddOnManager.cpp
732
return gInputServer->StartStopDevices(name, (input_device_type)type,
src/servers/input/AddOnManager.cpp
742
input_device_type type;
src/servers/input/AddOnManager.cpp
813
input_device_type deviceType = B_UNDEFINED_DEVICE;
src/servers/input/AddOnManager.cpp
866
return gInputServer->ControlDevices(name, (input_device_type)type,
src/servers/input/InputServer.cpp
123
InputDeviceListItem::HasType(input_device_type type) const
src/servers/input/InputServer.cpp
1240
InputServer::GetDeviceInfo(const char* name, input_device_type *_type,
src/servers/input/InputServer.cpp
130
InputDeviceListItem::Matches(const char* name, input_device_type type) const
src/servers/input/InputServer.cpp
1378
InputServer::StartStopDevices(const char* name, input_device_type type,
src/servers/input/InputServer.cpp
1462
InputServer::ControlDevices(const char* name, input_device_type type,
src/servers/input/InputServer.h
157
status_t GetDeviceInfo(const char* name, input_device_type *_type,
src/servers/input/InputServer.h
164
status_t StartStopDevices(const char* name, input_device_type type,
src/servers/input/InputServer.h
167
status_t ControlDevices(const char *name, input_device_type type,
src/servers/input/InputServer.h
56
input_device_type Type() const { return fDevice.type; }
src/servers/input/InputServer.h
60
bool HasType(input_device_type type) const;
src/servers/input/InputServer.h
61
bool Matches(const char* name, input_device_type type) const;