Searched refs:pollFDs (Results 1 – 1 of 1) sorted by relevance
439 StructPollfd[] pollFDs; in runSelectLoop() local446 pollFDs = new StructPollfd[socketFDs.size() + 1 + usapPipeFDs.length]; in runSelectLoop()448 pollFDs = new StructPollfd[socketFDs.size()]; in runSelectLoop()461 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()462 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()463 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()470 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()471 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()472 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()481 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()[all …]