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

  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 202 * into the {@link StateListener#onIdle idle state}. Capture requests using the newly-configured
211 * {@link StateListener#onIdle} method once it is again ready to accept capture
221 * StateListener#onIdle idle state}. </p>
225 * and {@link StateListener#onIdle idle} state transitions will happen
239 * @see StateListener#onIdle
489 * {@link StateListener#onIdle} callback after calling this
499 * @see StateListener#onIdle
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 283 public void onIdle(CameraDevice camera) {
284 if (mProxy != null) mProxy.onIdle(camera);
BlockingStateListener.java 159 public void onIdle(CameraDevice camera) {
161 if (mProxy != null) mProxy.onIdle(camera);

Completed in 1291 milliseconds