Searched refs:openNode (Results 1 – 2 of 2) sorted by relevance
172 std::shared_ptr<InputDeviceNode> openNode(const std::string& path);
688 auto deviceNode = openNode(path); in readNotify()729 auto node = openNode(filename); in scanDir()740 std::shared_ptr<InputDeviceNode> InputHub::openNode(const std::string& path) { in openNode() function in android::InputHub