Searched refs:pollIndex (Results 1 – 1 of 1) sorted by relevance
458 int pollIndex = 0; in runSelectLoop() local460 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()461 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()462 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()463 ++pollIndex; in runSelectLoop()466 final int usapPoolEventFDIndex = pollIndex; in runSelectLoop()469 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()470 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()471 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()472 ++pollIndex; in runSelectLoop()[all …]