Searched refs:mPollFDs (Results 1 – 1 of 1) sorted by relevance
62 private StructPollfd[] mPollFDs; field in UsbMidiDevice184 mPollFDs = new StructPollfd[inputCount]; in openLocked()191 mPollFDs[i] = pollfd; in openLocked()220 for (int index = 0; index < mPollFDs.length; index++) { in openLocked()221 StructPollfd pfd = mPollFDs[index]; in openLocked()241 Os.poll(mPollFDs, -1 /* infinite timeout */); in openLocked()