Searched refs:stopPreview (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/include/camera/
H A DICamera.h64 virtual void stopPreview() = 0;
H A DCamera.h96 void stopPreview();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java100 mCamera.stopPreview();
H A DTextureViewActivity.java153 mCamera.stopPreview();
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.h45 virtual void stopPreview();
H A DCameraHardwareStub.cpp206 void CameraHardwareStub::stopPreview() function in class:android::CameraHardwareStub
307 stopPreview();
H A DCameraService.h98 virtual void stopPreview();
202 // stopPreview(), the preview frame messages do not need to be delivered
H A DCameraService.cpp504 mHardware->stopPreview();
695 void CameraService::Client::stopPreview() { function in class:android::CameraService::Client
696 LOG1("stopPreview (pid %d)", getCallingPid());
702 mHardware->stopPreview();
H A DCameraHardwareInterface.h211 void stopPreview() function in class:android::CameraHardwareInterface
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h77 M4OSA_UInt32 stopPreview();
H A DVideoEditorPreviewController.cpp444 stopPreview();
631 M4OSA_UInt32 VideoEditorPreviewController::stopPreview() { function in class:android::VideoEditorPreviewController
634 LOGV("stopPreview");
648 LOGV("stopPreview: error 0x%x in trying to stop thread", err);
654 LOGE("stopPreview: error 0x%x in trying to close thread", (unsigned int)err);
666 LOGV("stopPreview: close semaphore returns 0x%x", err);
683 //stopPreview() in PreviewController
686 LOGV("stopPreview: clearing mVePlayer");
692 LOGV("stopPreview: clear audioSink and audioPlayer");
722 LOGV("stopPreview() lastRenderedFrameTimeM
[all...]
/frameworks/base/libs/camera/
H A DCamera.cpp228 void Camera::stopPreview() function in class:android::Camera
230 LOGV("stopPreview");
233 c->stopPreview();
H A DICamera.cpp124 void stopPreview() function in class:android::BpCamera
126 LOGV("stopPreview");
319 stopPreview();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java168 mCamera.stopPreview();
256 mCamera.stopPreview();
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java765 public long stopPreview(); method in interface:VideoEditor
H A DVideoEditorImpl.java729 stopPreview();
1685 * Release The lock on complete by calling stopPreview
1699 public long stopPreview() { method in class:VideoEditorImpl
1703 result = mMANativeHelper.stopPreview();
1705 * release on complete by calling stopPreview
H A DMediaArtistNativeHelper.java3054 long stopPreview() { method in class:MediaArtistNativeHelper
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java204 mVideoEditor.stopPreview();
512 mVideoEditor.stopPreview();
756 mVideoEditor.stopPreview();
821 mVideoEditor.stopPreview();
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp699 c->stopPreview();
713 c->stopPreview();
822 c->stopPreview();
859 c->stopPreview();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java178 mCamera.stopPreview();
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java94 mCamera.stopPreview();
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp620 mCamera->stopPreview();
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp573 LOGV("stopPreview");
577 c->stopPreview();
/frameworks/base/core/java/android/hardware/
H A DCamera.java82 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
105 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
486 public final void stopPreview() { method in class:Camera
795 * (between {@link #startPreview()} and before {@link #stopPreview()}).
818 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1113 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
2837 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
2905 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp586 lastProgressTimeMs = pContext->mPreviewController->stopPreview();

Completed in 6727 milliseconds