Searched refs:pollFDs (Results 1 – 1 of 1) sorted by relevance
408 StructPollfd[] pollFDs; in runSelectLoop() local415 pollFDs = new StructPollfd[socketFDs.size() + 1 + usapPipeFDs.length]; in runSelectLoop()417 pollFDs = new StructPollfd[socketFDs.size()]; in runSelectLoop()430 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()431 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()432 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()439 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()440 pollFDs[pollIndex].fd = mUsapPoolEventFD; in runSelectLoop()441 pollFDs[pollIndex].events = (short) POLLIN; in runSelectLoop()450 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()[all …]