Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.h147 status_t closeNode(const std::shared_ptr<InputDeviceNode>& node);
DInputHub.cpp683 status_t ret = closeNode(deviceNode); in readNotify()
771 status_t InputHub::closeNode(const std::shared_ptr<InputDeviceNode>& node) { in closeNode() function in android::InputHub