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

  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 317 configureOutputsChecked(outputs);
336 public boolean configureOutputsChecked(List<Surface> outputs) throws CameraAccessException {
437 configureSuccess = configureOutputsChecked(outputs); // and then block until IDLE
    [all...]
CameraCaptureSessionImpl.java 295 // configureOutputsChecked(null) has already been called.
297 // Do not call configureOutputsChecked(null) going forward, since it would race with the
664 .configureOutputsChecked(null); // begin transition to unconfigured

Completed in 41 milliseconds