Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.h174 status_t closeNodeByFd(int fd);
DInputHub.cpp635 status_t ret = closeNodeByFd(deviceFd); in poll()
786 return closeNodeByFd(pair.first); in closeNode()
792 status_t InputHub::closeNodeByFd(int fd) { in closeNodeByFd() function in android::InputHub