Lines Matching refs:inputFd
567 int inputFd = -1; in poll() local
600 if (inputFd != dataFd) { in poll()
601 inputFd = dataFd; in poll()
602 deviceNode = mDeviceNodes[inputFd]; in poll()
605 ALOGE("could not find device node for fd %d", inputFd); in poll()
611 ssize_t readSize = TEMP_FAILURE_RETRY(read(inputFd, ievs, sizeof(ievs))); in poll()
614 inputFd, readSize, errno); in poll()
616 removedDeviceFds.push_back(inputFd); in poll()
637 ALOGI("Removing device fd %d due to epoll hangup event.", inputFd); in poll()
638 removedDeviceFds.push_back(inputFd); in poll()
641 eventItem.events, inputFd); in poll()