Searched defs:startPreview (Results 1 - 9 of 9) sorted by path

/frameworks/av/camera/
H A DCamera.cpp139 status_t Camera::startPreview() function in class:android::Camera
141 ALOGV("startPreview");
144 return c->startPreview();
H A DICamera.cpp108 status_t startPreview() function in class:android::BpCamera
110 ALOGV("startPreview");
314 reply->writeInt32(startPreview());
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp714 status_t Camera2Client::startPreview() { function in class:android::Camera2Client
H A DCameraClient.cpp363 status_t CameraClient::startPreview() { function in class:android::CameraClient
364 LOG1("startPreview (pid %d)", getCallingPid());
415 result = mHardware->startPreview();
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h60 * -# startPreview() is called.
207 status_t startPreview() function in class:android::CameraHardwareInterface
/frameworks/base/core/java/android/hardware/
H A DCamera.java83 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the
91 * photos, call {@link #startPreview()} again first.
617 * <p>This method must be called before {@link #startPreview()}. The
619 * before startPreview() is called, then this method may be called once
649 * <p>This method must be called before {@link #startPreview()}. The
651 * to null) before startPreview() is called, then this method may be called
685 * @see #startPreview()
725 public native final void startPreview(); method in class:Camera
729 * resets the camera for a future call to {@link #startPreview()}.
1216 * (between {@link #startPreview()} an
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java274 private void startPreview() { method in class:RequestThreadManager
276 Log.v(TAG, "startPreview - preview running? " + mPreviewRunning);
279 // XX: CameraClient:;startPreview is not getting called after a stop
280 mCamera.startPreview();
293 startPreview();
322 startPreview();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java564 public void startPreview() { method in class:CameraAgent.CameraProxy
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java144 startPreview();
181 startPreview();
239 startPreview();
253 private void startPreview() { method in class:CameraPreviewActivity
262 startPreview();
299 mCamera.startPreview();

Completed in 166 milliseconds