Lines Matching refs:inputFd
553 int inputFd = -1; in poll() local
586 if (inputFd != dataFd) { in poll()
587 inputFd = dataFd; in poll()
588 deviceNode = mDeviceNodes[inputFd]; in poll()
591 ALOGE("could not find device node for fd %d", inputFd); in poll()
597 ssize_t readSize = TEMP_FAILURE_RETRY(read(inputFd, ievs, sizeof(ievs))); in poll()
600 inputFd, readSize, errno); in poll()
602 removedDeviceFds.push_back(inputFd); in poll()
623 ALOGI("Removing device fd %d due to epoll hangup event.", inputFd); in poll()
624 removedDeviceFds.push_back(inputFd); in poll()
627 eventItem.events, inputFd); in poll()