Searched refs:outNode (Results 1 – 2 of 2) sorted by relevance
146 status_t openNode(const std::string& path, std::shared_ptr<InputDeviceNode>* outNode);
727 std::shared_ptr<InputDeviceNode>* outNode) { in openNode() argument736 *outNode = std::static_pointer_cast<InputDeviceNode>(evdevNode); in openNode()737 mDeviceNodes[fd] = *outNode; in openNode()