Searched refs:device_poll_interrupt_fd_ (Results 1 – 2 of 2) sorted by relevance
147 pollfds[0].fd = device_poll_interrupt_fd_.get(); in Poll()184 if (HANDLE_EINTR(write(device_poll_interrupt_fd_.get(), &buf, sizeof(buf))) == in SetDevicePollInterrupt()196 if (HANDLE_EINTR(read(device_poll_interrupt_fd_.get(), &buf, sizeof(buf))) == in ClearDevicePollInterrupt()224 device_poll_interrupt_fd_.reset(eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC)); in Open()225 if (!device_poll_interrupt_fd_.is_valid()) { in Open()
157 base::ScopedFD device_poll_interrupt_fd_; variable