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

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

Completed in 56 milliseconds