Searched refs:pollIndex (Results 1 – 1 of 1) sorted by relevance
404 int pollIndex = 0; in runSelectLoop() local406 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()407 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()408 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()409 ++pollIndex; in runSelectLoop()412 final int usapPoolEventFDIndex = pollIndex; in runSelectLoop()415 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()416 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()417 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()418 ++pollIndex; in runSelectLoop()[all …]