Searched refs:pollIndex (Results 1 – 1 of 1) sorted by relevance
428 int pollIndex = 0; in runSelectLoop() local430 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()431 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()432 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()433 ++pollIndex; in runSelectLoop()436 final int usapPoolEventFDIndex = pollIndex; in runSelectLoop()439 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()440 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()441 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()442 ++pollIndex; in runSelectLoop()[all …]