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

1 2 3 4 5

  /packages/apps/Gallery2/src/com/android/camera/
VideoController.java 35 public void stopPreview();
PhotoController.java 50 public void stopPreview();
  /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...]
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/av/include/camera/
ICamera.h 61 virtual void stopPreview() = 0;
Camera.h 84 void stopPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 100 mCamera.stopPreview();
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 88 virtual status_t stopPreview();
  /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();
camera_test_script.cpp 232 stopPreview();
306 camera->stopPreview();
447 stopPreview();
816 camera->stopPreview();
892 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();
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 134 public void stopPreview() {
136 camera.stopPreview();
  /frameworks/av/camera/
Camera.cpp 137 void Camera::stopPreview()
139 ALOGV("stopPreview");
142 c->stopPreview();
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 98 if( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
153 if( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
220 if( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
mm_qcamera_unit_test.c 82 if ( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
147 if ( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
214 if ( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java 104 cameraManager.stopPreview();
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.h 55 virtual void stopPreview();

Completed in 295 milliseconds

1 2 3 4 5