Searched refs:mPollFDs (Results 1 – 1 of 1) sorted by relevance
66 private StructPollfd[] mPollFDs; field in UsbMidiDevice189 mPollFDs = new StructPollfd[inputStreamCount]; in openLocked()197 mPollFDs[i] = pollfd; in openLocked()228 for (int index = 0; index < mPollFDs.length; index++) { in openLocked()229 StructPollfd pfd = mPollFDs[index]; in openLocked()248 Os.poll(mPollFDs, -1 /* infinite timeout */); in openLocked()