Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.h173 status_t closeNode(const InputDeviceNode* node);
DInputHub.cpp697 status_t ret = closeNode(deviceNode.get()); in readNotify()
783 status_t InputHub::closeNode(const InputDeviceNode* node) { in closeNode() function in android::InputHub