Searched defs:abortCaptures (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp93 ACameraCaptureSession::abortCaptures() { function in class:ACameraCaptureSession
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java334 * @see #abortCaptures
397 * @see #abortCaptures
421 * {@link #abortCaptures} will also clear the request.</p>
464 * @see #abortCaptures
492 * {@link #abortCaptures} will also clear the request.</p>
536 * @see #abortCaptures
585 * <p>This means that using {@code abortCaptures()} to simply remove pending requests is not
600 public abstract void abortCaptures() throws CameraAccessException; method in class:CameraCaptureSession
1021 * {@link CameraCaptureSession#abortCaptures}. When such an event happens,
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java289 public void abortCaptures() throws CameraAccessException { method in class:CameraCaptureSessionImpl
294 Log.v(TAG, mIdString + "abortCaptures");
298 Log.w(TAG, mIdString + "abortCaptures - Session is already aborting; doing nothing");
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java224 public void abortCaptures() throws CameraAccessException { method in class:CameraConstrainedHighSpeedCaptureSessionImpl
225 mSessionImpl.abortCaptures();

Completed in 153 milliseconds