Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java118 private Exception mCaughtException = null; field in GraphRunner.GraphRunLoop
170 if (mCaughtException == null) { in loop()
171 mCaughtException = e; in loop()
292 mCaughtException = null; in onPrepare()
342 onRunnerStopped(mCaughtException, mClosedSuccessfully); in cleanUp()