HomeSort by relevance Sort by last modified time
    Searched full:stoppreview (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /packages/apps/Camera2/src/com/android/camera/
VideoController.java 35 public void stopPreview();
PhotoController.java 49 public void stopPreview();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 78 public void stopPreview() {
  /frameworks/base/docs/html/training/camera/
cameradirect.jd 250 // Call stopPreview() to stop updating the preview surface.
251 mCamera.stopPreview();
261 // Call stopPreview() to stop updating the preview surface.
262 mCamera.stopPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 100 mCamera.stopPreview();
  /device/generic/goldfish/camera/
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...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 45 virtual void stopPreview();
163 // stopPreview(), the preview frame messages do not need to be delivered
  /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...]
  /device/huawei/angler/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...]
  /device/lge/bullhead/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...]
  /device/moto/shamu/camera/QCamera/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...]
  /device/moto/shamu/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 43 extern int stopPreview(int cam_id);
142 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
226 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
315 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
407 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
408 LOGE(" stopPreview() backcamera err=%d\n", rc);
517 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
518 LOGE(" stopPreview() backcamera err=%d\n", rc);
610 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
611 LOGE(" stopPreview() backcamera err=%d\n", rc)
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java 213 mCamera.stopPreview();
350 mCamera.stopPreview();
360 mCamera.stopPreview();
370 mCamera.stopPreview();
399 mCamera.stopPreview();
417 mCamera.stopPreview();
429 mCamera.stopPreview();
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 232 stopPreview();
306 camera->stopPreview();
447 stopPreview();
816 camera->stopPreview();
892 stopPreview();
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 241 protected void stopPreview(String cameraId) throws Exception {
244 camera.stopPreview();
408 public void stopPreview() throws Exception {
  /frameworks/av/camera/
ICamera.cpp 135 void stopPreview()
137 ALOGV("stopPreview");
358 stopPreview();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVCameraPreview.java 130 mCamera.stopPreview();
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 87 mCamera.stopPreview();
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 89 mCamera.stopPreview();
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 89 mCamera.stopPreview();
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 89 mCamera.stopPreview();
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 89 mCamera.stopPreview();
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
CameraPreview.java 89 mCamera.stopPreview();
  /development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/camera/
CameraPreview.java 89 mCamera.stopPreview();

Completed in 1401 milliseconds

1 2 3 4 5 6