Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.h175 std::shared_ptr<InputDeviceNode> findNodeByPath(const std::string& path);
DInputHub.cpp695 auto deviceNode = findNodeByPath(path); in readNotify()
803 std::shared_ptr<InputDeviceNode> InputHub::findNodeByPath(const std::string& path) { in findNodeByPath() function in android::InputHub