Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraOfflineSessionImpl.java97 Executor offlineExecutor, CameraOfflineSessionCallback offlineCallback, in CameraOfflineSessionImpl() argument
125 mOfflineExecutor = checkNotNull(offlineExecutor, "offline executor must not be null"); in CameraOfflineSessionImpl()