Home | History | Annotate | Download | only in camera2

Lines Matching refs:CameraDevice

39  * {@link CameraDevice CameraDevices}.</p>
215 CameraDevice.StateListener listener, Handler handler)
223 android.hardware.camera2.impl.CameraDevice device =
224 new android.hardware.camera2.impl.CameraDevice(
260 * {@link CameraDevice.StateListener#onOpened} will be invoked with the
261 * newly opened {@link CameraDevice} in the unconfigured state.</p>
265 * {@link CameraDevice.StateListener#onDisconnected} with a
266 * {@link CameraDevice} in the disconnected state (and
267 * {@link CameraDevice.StateListener#onOpened} will be skipped).</p>
270 * {@link CameraDevice.StateListener#onError} will be invoked with a
271 * {@link CameraDevice} in the error state (and
272 * {@link CameraDevice.StateListener#onOpened} will be skipped).</p>
295 public void openCamera(String cameraId, final CameraDevice.StateListener listener,
342 * <p>If an application had an active CameraDevice instance for the
344 * {@link CameraDevice.StateListener#onDisconnected disconnection error}.</p>