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

/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceOpenedCamera.java98 public void startPreview( method in interface:ResourceOpenedCamera
H A DResourceOpenedCameraImpl.java133 public void startPreview( method in class:ResourceOpenedCameraImpl
135 mCamera.startPreview(previewSurface, captureReadyCallback);
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DPreviewStarter.java61 * See {@link OneCamera#startPreview}.
65 public ListenableFuture<Void> startPreview(final Surface surface) { method in class:PreviewStarter
H A DGenericOneCameraImpl.java49 * startPreview (takePicture | triggerFocusAndMeterAtPoint)* close
150 public void startPreview(Surface surface, final CaptureReadyCallback listener) { method in class:GenericOneCameraImpl
151 ListenableFuture<Void> result = mPreviewStarter.startPreview(surface);
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DHardwareCameraPreview.java117 public void startPreview(final Camera camera) throws IOException { method in class:HardwareCameraPreview
H A DSoftwareCameraPreview.java112 public void startPreview(final Camera camera) throws IOException { method in class:SoftwareCameraPreview
H A DCameraPreview.java41 void startPreview(final Camera camera) throws IOException; method in interface:CameraPreview.CameraPreviewHost
174 public void startPreview(final Camera camera) throws IOException { method in class:CameraPreview
175 mHost.startPreview(camera);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DHardwareCameraPreview.java110 public void startPreview(final Camera camera) throws IOException { method in class:HardwareCameraPreview
H A DSoftwareCameraPreview.java104 public void startPreview(final Camera camera) throws IOException { method in class:SoftwareCameraPreview
H A DCameraPreview.java37 void startPreview(final Camera camera) throws IOException; method in interface:CameraPreview.CameraPreviewHost
149 public void startPreview(final Camera camera) throws IOException { method in class:CameraPreview
150 mHost.startPreview(camera);
/packages/apps/DevCamera/src/com/android/devcamera/
H A DCameraInterface.java43 * Open the camera. Call startPreview() to actually see something.
51 void startPreview(Surface surface); method in interface:CameraInterface
H A DApi2Camera.java369 public void startPreview(final Surface surface) { method in class:Api2Camera
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCamera.java395 public void startPreview(Surface surface, CaptureReadyCallback listener); method in interface:OneCamera
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraImpl.java428 public void startPreview(Surface previewSurface, CaptureReadyCallback listener) { method in class:OneCameraImpl
H A DOneCameraZslImpl.java571 public void startPreview(Surface previewSurface, CaptureReadyCallback listener) { method in class:OneCameraZslImpl
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java267 startPreview();
509 public synchronized void startPreview() { method in class:EffectsRecorder
516 Log.w(TAG, "startPreview called when already running preview");
606 mCameraDevice.startPreview();
659 startPreview();
H A DCamera.java776 startPreview();
1126 startPreview();
1369 startPreview();
1558 startPreview();
1781 startPreview();
1844 private void startPreview() { method in class:Camera
1876 Log.v(TAG, "startPreview");
1877 mCameraDevice.startPreview();
1880 throw new RuntimeException("startPreview failed", ex);
H A DVideoCamera.java300 startPreview();
390 startPreview();
843 startPreview();
910 private void startPreview() { method in class:VideoCamera
911 Log.v(TAG, "startPreview");
930 mCameraDevice.startPreview();
933 throw new RuntimeException("startPreview failed", ex);
938 mEffectsRecorder.startPreview();
1108 startPreview();
1979 // seen by startPreview fro
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java401 // Surface texture is from camera screen nail and startPreview needs it.
402 // This must be done before startPreview.
458 startPreview();
1236 startPreview();
1497 // Create FocusManager object. startPreview needs it.
1552 // and startPreview hasn't been called, then this is a no-op.
1746 startPreview();
1758 Log.w(TAG, "startPreview: camera device not ready yet.");
1764 Log.w(TAG, "startPreview: surfaceTexture is not ready.");
1769 Log.w(TAG, "startPreview
1778 private void startPreview() { method in class:PhotoModule
[all...]
H A DVideoModule.java261 startPreview();
354 // Surface texture is from camera screen nail and startPreview needs it.
355 // This must be done before startPreview.
461 // Create FocusManager object. startPreview needs it.
605 startPreview();
917 private void startPreview() { method in class:VideoModule
918 Log.i(TAG, "startPreview");
967 throw new RuntimeException("startPreview failed", ex);
1538 startPreview();
1991 startPreview();
[all...]

Completed in 355 milliseconds