Searched refs:pollFDs (Results 1 – 1 of 1) sorted by relevance
384 StructPollfd[] pollFDs = null; in runSelectLoop() local391 pollFDs = new StructPollfd[socketFDs.size() + 1 + usapPipeFDs.length]; in runSelectLoop()393 pollFDs = new StructPollfd[socketFDs.size()]; in runSelectLoop()406 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()407 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()408 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()415 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()416 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()417 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()424 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()[all …]