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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java34 * The client should call {@code CameraAgent.openCamera} to get an instance
35 * of {@link CameraAgent.CameraProxy} to control the camera. Classes
45 public abstract class CameraAgent { class
148 public void onReconnectionFailure(final CameraAgent mgr, final String info) {
269 * @param mgr The {@link CameraAgent}
272 public void onReconnectionFailure(CameraAgent mgr, String info);
278 * the {@link CameraAgent.CameraOpenCallback#
279 * onCameraOpened(com.android.camera.cameradevice.CameraAgent.CameraProxy)}.
342 * Recycles the resources used by this instance. CameraAgent will be in
390 * {@link CameraAgent
[all...]

Completed in 759 milliseconds