Searched refs:mDeviceExecutor (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraCaptureSessionImpl.java | 64 private final Executor mDeviceExecutor; field in CameraCaptureSessionImpl 105 mDeviceExecutor = checkNotNull(deviceStateExecutor, in CameraCaptureSessionImpl() 115 mSequenceDrainer = new TaskDrainer<>(mDeviceExecutor, new SequenceDrainListener(), in CameraCaptureSessionImpl() 117 mIdleDrainer = new TaskSingleDrainer(mDeviceExecutor, new IdleDrainListener(), in CameraCaptureSessionImpl() 119 mAbortDrainer = new TaskSingleDrainer(mDeviceExecutor, new AbortDrainListener(), in CameraCaptureSessionImpl() 190 createCaptureCallbackProxy(handler, callback), mDeviceExecutor)); in capture() 215 createCaptureCallbackProxyWithExecutor(executor, callback), mDeviceExecutor)); in captureSingleRequest() 247 createCaptureCallbackProxy(handler, callback), mDeviceExecutor)); in captureBurst() 273 createCaptureCallbackProxyWithExecutor(executor, callback), mDeviceExecutor)); in captureBurstRequests() 314 createCaptureCallbackProxy(handler, callback), mDeviceExecutor)); in setRepeatingRequest() [all …]
|
H A D | CameraDeviceImpl.java | 98 private final Executor mDeviceExecutor; field in CameraDeviceImpl 284 mDeviceExecutor = executor; in CameraDeviceImpl() 340 mDeviceExecutor.execute(mCallOnOpened); in setRemoteDevice() 341 mDeviceExecutor.execute(mCallOnUnconfigured); in setRemoteDevice() 382 mDeviceExecutor.execute(new Runnable() { in setRemoteFailure() 474 mDeviceExecutor.execute(mCallOnBusy); in configureStreamsChecked() 1315 mDeviceExecutor.execute(mCallOnActive); in submitCaptureRequest() 1391 mDeviceExecutor.execute(mCallOnBusy); in flush() 1396 mDeviceExecutor.execute(mCallOnIdle); in flush() 1450 mDeviceExecutor.execute(mCallOnClosed); in close() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18979 Landroid/hardware/camera2/impl/CameraCaptureSessionImpl;->mDeviceExecutor:Ljava/util/concurrent/Exe… 19107 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mDeviceExecutor:Ljava/util/concurrent/Executor;
|