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.java2349 Runnable failureDispatch = null; in onCaptureErrorLocked() local
2370 failureDispatch = new Runnable() { in onCaptureErrorLocked()
2385 holder.getExecutor().execute(failureDispatch); in onCaptureErrorLocked()
2409 failureDispatch = new Runnable() { in onCaptureErrorLocked()
2432 holder.getExecutor().execute(failureDispatch); in onCaptureErrorLocked()