Searched defs:pfds (Results 1 – 4 of 4) sorted by relevance
56 struct pollfd pfds = {.fd = fd, .events = POLLIN}; in read() local147 struct pollfd pfds[] = { in readProcessedDataInStream() local
483 struct pollfd pfds = {.fd = fd.get(), .events = POLLIN}; in probablyHasInput() local502 struct pollfd pfds = {.fd = fd.get(), .events = POLLIN}; in waitForMessage() local
725 private static void assertFdsAreClosed(ParcelFileDescriptor... pfds) { in assertFdsAreClosed()
567 struct pollfd pfds[2] = {{fd, POLLIN, 0}, {mEventFd, POLLIN, 0}}; in waitForData() local