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

1 2 3

  /development/tools/emulator/system/camera/
PreviewWindow.h 74 void stopPreview();
EmulatedCamera.h 177 virtual void stopPreview();
EmulatedCamera.cpp 265 void EmulatedCamera::stopPreview()
516 mPreviewWindow.stopPreview();
551 mPreviewWindow.stopPreview();
565 mPreviewWindow.stopPreview();
572 mPreviewWindow.stopPreview();
579 mPreviewWindow.stopPreview();
599 mPreviewWindow.stopPreview();
724 ec->stopPreview();
PreviewWindow.cpp 92 void PreviewWindow::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/base/include/camera/
ICamera.h 64 virtual void stopPreview() = 0;
Camera.h 96 void stopPreview();
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 45 virtual void stopPreview();
CameraHardwareStub.cpp 206 void CameraHardwareStub::stopPreview()
307 stopPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 100 mCamera.stopPreview();
TextureViewActivity.java 153 mCamera.stopPreview();
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 88 virtual status_t stopPreview();
  /packages/apps/Camera/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...]
CameraHolder.java 173 mCameraDevice.stopPreview();
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 88 void stopPreview();
camera_test_script.cpp 237 stopPreview();
307 camera->stopPreview();
448 stopPreview();
817 camera->stopPreview();
893 stopPreview();
    [all...]
camera_test_menu.cpp 677 stopPreview();
1101 void stopPreview() {
1103 camera->stopPreview();
    [all...]
  /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();
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 45 virtual void stopPreview();
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorPreviewController.h 77 M4OSA_UInt32 stopPreview();
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 38 virtual void stopPreview();
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 109 virtual status_t stopPreview();
  /frameworks/base/libs/camera/
Camera.cpp 228 void Camera::stopPreview()
230 LOGV("stopPreview");
233 c->stopPreview();
ICamera.cpp 124 void stopPreview()
126 LOGV("stopPreview");
319 stopPreview();

Completed in 353 milliseconds

1 2 3