Home
last modified time | relevance | path

Searched refs:pollfds (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp241 struct pollfd pollfds[kDeviceFileCount]; in ReadEvent() local
242 int fd_count = ResetPollFds(pollfds, kDeviceFileCount); in ReadEvent()
245 int ret = poll(pollfds, fd_count, timeout); in ReadEvent()
257 if (pollfds[i].revents & POLLIN) { in ReadEvent()
258 read_fd = pollfds[i].fd; in ReadEvent()