Searched refs:inputFd (Results 1 – 1 of 1) sorted by relevance
567 int inputFd = -1; in poll() local600 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()[all …]