HomeSort by relevance Sort by last modified time
    Searched refs:stopRepeating (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 242 * @see #stopRepeating
385 * <p>To stop the repeating capture, call {@link #stopRepeating}. Calling
416 * @see #stopRepeating
442 * <p>To stop the repeating capture, call {@link #stopRepeating}. Any
474 * @see #stopRepeating
501 public void stopRepeating() throws CameraAccessException;
519 * {@link #stopRepeating stopRepeating} before calling this method.</p>
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java 186 stopRepeating();
283 stopRepeating();
330 public void stopRepeating() throws CameraAccessException {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 313 camera.stopRepeating();
359 camera.stopRepeating();

Completed in 601 milliseconds