Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp83 class EvdevDeviceNode : public InputDeviceNode { class
85 static EvdevDeviceNode* openDeviceNode(const std::string& path);
87 virtual ~EvdevDeviceNode() { in ~EvdevDeviceNode()
124 EvdevDeviceNode(const std::string& path, int fd) : in EvdevDeviceNode() function in android::EvdevDeviceNode
156 EvdevDeviceNode* EvdevDeviceNode::openDeviceNode(const std::string& path) { in openDeviceNode()
174 auto node = new EvdevDeviceNode(path, fd); in openDeviceNode()
185 status_t EvdevDeviceNode::queryProperties() { in queryProperties()
252 void EvdevDeviceNode::queryAxisInfo() { in queryAxisInfo()
273 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey()
280 bool EvdevDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const { in hasKeyInRange()
[all …]