Searched refs:pollFDs (Results 1 – 1 of 1) sorted by relevance
438 StructPollfd[] pollFDs; in runSelectLoop() local445 pollFDs = new StructPollfd[socketFDs.size() + 1 + usapPipeFDs.length]; in runSelectLoop()447 pollFDs = new StructPollfd[socketFDs.size()]; in runSelectLoop()460 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()461 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()462 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()469 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()470 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()471 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()480 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()[all …]