Searched refs:onConfigured (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCallbackProxies.java50 public void onConfigured(CameraCaptureSession session) { method in class:CallbackProxies.SessionStateCallbackProxy
53 mExecutor.execute(() -> mCallback.onConfigured(session));
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java323 public void onConfigured(CameraCaptureSession session) { method in class:CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
324 mCallback.onConfigured(CameraConstrainedHighSpeedCaptureSessionImpl.this);
H A DCameraCaptureSessionImpl.java121 mStateCallback.onConfigured(this);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java170 public void onConfigured(CameraCaptureSession session) { method in class:BlockingSessionCallback
173 mProxy.onConfigured(session);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java50 * {@link CameraCaptureSession.StateCallback#onConfigured onConfigured} callback. If configuration
902 public abstract void onConfigured(@NonNull CameraCaptureSession session); method in class:CameraCaptureSession.StateCallback
923 * {@link #onConfigured} if no capture requests were submitted to the session prior to it
939 * <p>If capture requests are submitted prior to {@link #onConfigured} being called,
941 * and this method will be immediately called after {@link #onConfigured}.
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java323 // Control flow continues in mCaptureSessionListener.onConfigured()
343 public void onConfigured(CameraCaptureSession session) {
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java464 public void onConfigured(CameraCaptureSession session) {
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java429 public void onConfigured(CameraCaptureSession session) {
/frameworks/base/config/
H A Dboot-image-profile.txt2360 HPLandroid/hardware/camera2/impl/CallbackProxies$SessionStateCallbackProxy;->onConfigured(Landroid/hardware/camera2/CameraCaptureSession;)V
[all...]

Completed in 309 milliseconds