Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java2229 Runnable failureDispatch = null; in onCaptureErrorLocked() local
2243 failureDispatch = new Runnable() { in onCaptureErrorLocked()
2258 holder.getExecutor().execute(failureDispatch); in onCaptureErrorLocked()
2281 failureDispatch = new Runnable() { in onCaptureErrorLocked()
2303 holder.getExecutor().execute(failureDispatch); in onCaptureErrorLocked()