HomeSort by relevance Sort by last modified time
    Searched refs:stopPreview (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /device/generic/goldfish/camera/
PreviewWindow.h 74 void stopPreview();
EmulatedCamera.h 163 virtual void stopPreview();
EmulatedCamera.cpp 282 void EmulatedCamera::stopPreview()
554 mPreviewWindow.stopPreview();
589 mPreviewWindow.stopPreview();
603 mPreviewWindow.stopPreview();
610 mPreviewWindow.stopPreview();
617 mPreviewWindow.stopPreview();
637 mPreviewWindow.stopPreview();
762 ec->stopPreview();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoController.java 35 public void stopPreview();
PhotoController.java 49 public void stopPreview();
CameraManager.java 212 * {@code stopPreview()} must be synchronous to ensure that the caller can
215 public void stopPreview();
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 63 if (mCamera.previewEnabled()) mCamera.stopPreview();
87 mCamera.stopPreview();
142 if (mCamera.previewEnabled()) mCamera.stopPreview();
  /frameworks/av/include/camera/
ICamera.h 71 virtual void stopPreview() = 0;
Camera.h 90 void stopPreview();
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.h 68 status_t stopPreview();
qcamera_test.cpp 180 stopPreview();
421 stopPreview();
626 * FUNCTION : stopPreview
636 status_t CameraContext::stopPreview()
641 mCamera->stopPreview();
697 mCamera->stopPreview();
887 stat = currentCamera->stopPreview();
929 currentCamera->stopPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 100 mCamera.stopPreview();
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.h 68 status_t stopPreview();
qcamera_test.cpp 180 stopPreview();
421 stopPreview();
626 * FUNCTION : stopPreview
636 status_t CameraContext::stopPreview()
641 mCamera->stopPreview();
697 mCamera->stopPreview();
887 stat = currentCamera->stopPreview();
929 currentCamera->stopPreview();
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 88 virtual status_t stopPreview();
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 46 extern int stopPreview(int cam_id);
145 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
229 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
318 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
410 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
411 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
520 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
521 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
613 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
614 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 46 extern int stopPreview(int cam_id);
145 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
229 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
318 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
410 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
411 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
520 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
521 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
613 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
614 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 472 mCameraDevice.stopPreview();
584 mCameraDevice.stopPreview();
598 mCameraDevice.stopPreview();
721 public synchronized void stopPreview() {
726 Log.w(TAG, "StopPreview called when preview not active!");
729 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
740 mCameraDevice.stopPreview();
    [all...]
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 87 mCamera.stopPreview();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 78 public void stopPreview() {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 48 M4OSA_UInt32 stopPreview();
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 88 void stopPreview();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 131 mCamera.stopPreview();
262 mCamera.stopPreview();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 134 mCamera.stopPreview();
282 mCamera.stopPreview();
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 134 public void stopPreview() {
136 camera.stopPreview();

Completed in 1019 milliseconds

1 2 3 4 5 6