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