Searched refs:mPollFDs (Results 1 – 1 of 1) sorted by relevance
64 private StructPollfd[] mPollFDs; field in UsbMidiDevice186 mPollFDs = new StructPollfd[inputStreamCount]; in openLocked()193 mPollFDs[i] = pollfd; in openLocked()222 for (int index = 0; index < mPollFDs.length; index++) { in openLocked()223 StructPollfd pfd = mPollFDs[index]; in openLocked()243 Os.poll(mPollFDs, -1 /* infinite timeout */); in openLocked()