Home
last modified time | relevance | path

Searched refs:inputReader (Results 1 – 2 of 2) sorted by relevance

/cts/tools/dasm/src/dasm/
DScanner.java76 protected Reader inputReader; field in Scanner
107 inputReader = i; in Scanner()
134 nextChar = inputReader.read(); in readNextChar()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java560 ImageReader inputReader = null; in testMandatoryReprocessableStreamCombination() local
611 inputReader = ImageReader.newInstance(inputConfig.getWidth(), inputConfig.getHeight(), in testMandatoryReprocessableStreamCombination()
614 inputReader.setOnImageAvailableListener(inputReaderListener, mHandler); in testMandatoryReprocessableStreamCombination()
615 outputSurfaces.add(inputReader.getSurface()); in testMandatoryReprocessableStreamCombination()
632 builder.addTarget(inputReader.getSurface()); in testMandatoryReprocessableStreamCombination()
641 reprocessOutputs.add(inputReader.getSurface()); in testMandatoryReprocessableStreamCombination()
709 if (inputReader != null) { in testMandatoryReprocessableStreamCombination()
710 inputReader.close(); in testMandatoryReprocessableStreamCombination()