Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java60 private final Executor mDeviceExecutor; field in CameraCaptureSessionImpl
101 mDeviceExecutor = checkNotNull(deviceStateExecutor, in CameraCaptureSessionImpl()
111 mSequenceDrainer = new TaskDrainer<>(mDeviceExecutor, new SequenceDrainListener(), in CameraCaptureSessionImpl()
113 mIdleDrainer = new TaskSingleDrainer(mDeviceExecutor, new IdleDrainListener(), in CameraCaptureSessionImpl()
115 mAbortDrainer = new TaskSingleDrainer(mDeviceExecutor, new AbortDrainListener(), in CameraCaptureSessionImpl()
174 createCaptureCallbackProxy(handler, callback), mDeviceExecutor)); in capture()
199 createCaptureCallbackProxyWithExecutor(executor, callback), mDeviceExecutor)); in captureSingleRequest()
231 createCaptureCallbackProxy(handler, callback), mDeviceExecutor)); in captureBurst()
257 createCaptureCallbackProxyWithExecutor(executor, callback), mDeviceExecutor)); in captureBurstRequests()
298 createCaptureCallbackProxy(handler, callback), mDeviceExecutor)); in setRepeatingRequest()
[all …]
DCameraDeviceImpl.java87 private final Executor mDeviceExecutor; field in CameraDeviceImpl
252 mDeviceExecutor = executor; in CameraDeviceImpl()
299 CameraDeviceImpl.this.mDeviceExecutor.execute(mCallOnDisconnected); in setRemoteDevice()
306 mDeviceExecutor.execute(mCallOnOpened); in setRemoteDevice()
307 mDeviceExecutor.execute(mCallOnUnconfigured); in setRemoteDevice()
346 mDeviceExecutor.execute(new Runnable() { in setRemoteFailure()
434 mDeviceExecutor.execute(mCallOnBusy); in configureStreamsChecked()
493 mDeviceExecutor.execute(mCallOnIdle); in configureStreamsChecked()
496 mDeviceExecutor.execute(mCallOnUnconfigured); in configureStreamsChecked()
690 callback, executor, this, mDeviceExecutor, configureSuccess, in createCaptureSessionInternal()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23339 Landroid/hardware/camera2/impl/CameraCaptureSessionImpl;->mDeviceExecutor:Ljava/util/concurrent/Exe…
23480 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mDeviceExecutor:Ljava/util/concurrent/Executor;