Searched refs:inputFd (Results 1 – 1 of 1) sorted by relevance
537 int inputFd = -1; in poll() local570 if (inputFd != dataFd) { in poll()571 inputFd = dataFd; in poll()572 deviceNode = mDeviceNodes[inputFd]; in poll()575 ALOGE("could not find device node for fd %d", inputFd); in poll()581 ssize_t readSize = TEMP_FAILURE_RETRY(read(inputFd, ievs, sizeof(ievs))); in poll()584 inputFd, readSize, errno); in poll()586 removedDeviceFds.push_back(inputFd); in poll()607 ALOGI("Removing device fd %d due to epoll hangup event.", inputFd); in poll()608 removedDeviceFds.push_back(inputFd); in poll()[all …]