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

/frameworks/av/camera/
H A DCamera.cpp140 status_t Camera::startPreview() function in class:android::Camera
142 ALOGV("startPreview");
145 return c->startPreview();
H A DICamera.cpp108 status_t startPreview() function in class:android::BpCamera
110 ALOGV("startPreview");
314 reply->writeInt32(startPreview());
/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();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp362 status_t CameraClient::startPreview() { function in class:android::CameraClient
363 LOG1("startPreview (pid %d)", getCallingPid());
414 result = mHardware->startPreview();
H A DCamera2Client.cpp714 status_t Camera2Client::startPreview() { function in class:android::Camera2Client
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java280 private void startPreview() { method in class:RequestThreadManager
282 Log.v(TAG, "startPreview - preview running? " + mPreviewRunning);
285 // XX: CameraClient:;startPreview is not getting called after a stop
286 mCamera.startPreview();
299 startPreview();
328 startPreview();
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h60 * -# startPreview() is called.
205 status_t startPreview() function in class:android::CameraHardwareInterface
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java564 public void startPreview() { method in class:CameraAgent.CameraProxy
/frameworks/base/core/java/android/hardware/
H A DCamera.java82 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the
90 * photos, call {@link #startPreview()} again first.
615 * <p>This method must be called before {@link #startPreview()}. The
617 * before startPreview() is called, then this method may be called once
647 * <p>This method must be called before {@link #startPreview()}. The
649 * to null) before startPreview() is called, then this method may be called
683 * @see #startPreview()
723 public native final void startPreview(); method in class:Camera
727 * resets the camera for a future call to {@link #startPreview()}.
1214 * (between {@link #startPreview()} an
[all...]

Completed in 278 milliseconds