Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp69 class EvdevDeviceNode : public InputDeviceNode { class
71 static EvdevDeviceNode* openDeviceNode(const std::string& path);
73 virtual ~EvdevDeviceNode() { in ~EvdevDeviceNode()
110 EvdevDeviceNode(const std::string& path, int fd) : in EvdevDeviceNode() function in android::EvdevDeviceNode
142 EvdevDeviceNode* EvdevDeviceNode::openDeviceNode(const std::string& path) { in openDeviceNode()
160 auto node = new EvdevDeviceNode(path, fd); in openDeviceNode()
171 status_t EvdevDeviceNode::queryProperties() { in queryProperties()
238 void EvdevDeviceNode::queryAxisInfo() { in queryAxisInfo()
259 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey()
266 bool EvdevDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const { in hasKeyInRange()
[all …]