Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCallbackProxies.java91 public void onCaptureQueueEmpty(CameraCaptureSession session) { in onCaptureQueueEmpty() method in CallbackProxies.SessionStateCallbackProxy
94 mExecutor.execute(() -> mCallback.onCaptureQueueEmpty(session)); in onCaptureQueueEmpty()
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java402 public void onCaptureQueueEmpty(CameraCaptureSession session) { in onCaptureQueueEmpty() method in CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
403 mCallback.onCaptureQueueEmpty(CameraConstrainedHighSpeedCaptureSessionImpl.this); in onCaptureQueueEmpty()
H A DCameraCaptureSessionImpl.java879 mStateCallback.onCaptureQueueEmpty(session);
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java1125 public void onCaptureQueueEmpty(@NonNull CameraCaptureSession session) { in onCaptureQueueEmpty() method in CameraCaptureSession.StateCallback
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18436 method public void onCaptureQueueEmpty(@NonNull android.hardware.camera2.CameraCaptureSession);