Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java100 if (!isInputFromSurface()) { in checkInput()
158 if (!isInputFromSurface()) { in advanceInputAndDrop()
476 if (isInputFromSurface()) { in ScriptGraph()
597 private boolean isInputFromSurface() { in isInputFromSurface() method in ScriptGraph
643 checkState("This graph was not configured with IO_USAGE_INPUT", isInputFromSurface()); in getInputSurface()