Searched refs:inputStreamCount (Results 1 – 1 of 1) sorted by relevance
181 int inputStreamCount = fileDescriptors.length; in openLocked() local186 mPollFDs = new StructPollfd[inputStreamCount]; in openLocked()187 mInputStreams = new FileInputStream[inputStreamCount]; in openLocked()188 for (int i = 0; i < inputStreamCount; i++) { in openLocked()