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

  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 201 * StateListener#onBusy busy state}. Once configuration is complete, the device will transition
208 * the busy state and calls the {@link StateListener#onBusy} callback. Second, if a repeating
224 * configureOutputs has no effect, and the {@link StateListener#onBusy busy}
238 * @see StateListener#onBusy
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 293 public void onBusy(CameraDevice camera) {
294 if (mProxy != null) mProxy.onBusy(camera);
BlockingStateListener.java 171 public void onBusy(CameraDevice camera) {
173 if (mProxy != null) mProxy.onBusy(camera);

Completed in 225 milliseconds