Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraOfflineSessionImpl.java74 private final Executor mOfflineExecutor; field in CameraOfflineSessionImpl
125 mOfflineExecutor = checkNotNull(offlineExecutor, "offline executor must not be null"); in CameraOfflineSessionImpl()
163 mOfflineExecutor.execute(errorDispatch); in onDeviceError()
203 mOfflineExecutor.execute(idleDispatch); in onDeviceIdle()
690 mOfflineExecutor.execute(switchFailDispatch); in notifyFailedSwitch()
734 mOfflineExecutor.execute(readyDispatch); in setRemoteSession()
775 mOfflineExecutor.execute(closeDispatch); in disconnect()