Searched refs:inputStreamCount (Results 1 – 1 of 1) sorted by relevance
181 int inputStreamCount = mNumInputs; in openLocked() local183 if (inputStreamCount > 0) { in openLocked()184 inputStreamCount++; in openLocked()190 inputStreamCount, outputStreamCount); in openLocked()197 mPollFDs = new StructPollfd[inputStreamCount]; in openLocked()198 mInputStreams = new FileInputStream[inputStreamCount]; in openLocked()200 for (int i = 0; i < inputStreamCount; i++) { in openLocked()214 mOutputStreams[i] = new FileOutputStream(fileDescriptors[inputStreamCount + i]); in openLocked()222 if (inputStreamCount > 0) { in openLocked()