/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | mm_qcamera_dual_test.c | 43 extern int stopPreview(int cam_id); 142 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_0() 226 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_1() 315 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_2() 407 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_3() 517 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_4() 610 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_5() 718 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_6() 855 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in back_thread() 1170 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_13() [all …]
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | EffectsRecorder.java | 472 mCameraDevice.stopPreview(); in initializeEffect() 584 mCameraDevice.stopPreview(); 598 mCameraDevice.stopPreview(); 721 public synchronized void stopPreview() { in stopPreview() method in EffectsRecorder 740 mCameraDevice.stopPreview(); in stopPreview() 852 stopPreview(); in release()
|
H A D | CameraHolder.java | 173 mCameraDevice.stopPreview(); in release()
|
H A D | Camera.java | 1593 stopPreview(); in onPause() 1814 stopPreview(); in surfaceDestroyed() 1858 if (mCameraState != PREVIEW_STOPPED) stopPreview(); in startPreview() 1897 private void stopPreview() { in stopPreview() method in Camera 1901 mCameraDevice.stopPreview(); in stopPreview()
|
H A D | VideoCamera.java | 915 mCameraDevice.stopPreview(); in startPreview() 2143 mCameraDevice.stopPreview(); in onSharedPreferenceChanged() 2171 mEffectsRecorder.stopPreview(); in updateEffectSelection() 2186 mCameraDevice.stopPreview(); in updateEffectSelection()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | VideoController.java | 35 public void stopPreview(); in stopPreview() method
|
H A D | PhotoController.java | 49 public void stopPreview(); in stopPreview() method
|
H A D | VideoModule.java | 925 stopPreview(); in startPreview() 982 public void stopPreview() { in stopPreview() method in VideoModule 993 mCameraDevice.stopPreview(); in stopPreview() 1498 stopPreview(); in stopVideoRecording() 1525 stopPreview(); in stopVideoRecording() 1780 stopPreview(); in pause() 1985 stopPreview(); in onPreviewUIDestroyed()
|
H A D | PhotoModule.java | 467 stopPreview(); in onPreviewUIDestroyed() 873 stopPreview(); in onPictureTaken() 1554 stopPreview(); in pause() 1836 public void stopPreview() { in stopPreview() method in PhotoModule 1839 mCameraDevice.stopPreview(); in stopPreview()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
H A D | qcamera_test.cpp | 852 stopPreview(); in notify() 1675 stopPreview(); in ~CameraContext() 2403 status_t CameraContext::stopPreview() in stopPreview() function in qcamera::CameraContext 2409 mCamera->stopPreview(); in stopPreview() 2472 mCamera->stopPreview(); in nextPreviewSize() 2526 mCamera->stopPreview(); in setPreviewSize() 3399 stat = currentCamera->stopPreview(); in FunctionalTest() 3473 stat = currentCamera->stopPreview(); in FunctionalTest() 3484 stat = currentCamera->stopPreview(); in FunctionalTest() 3500 stat = currentCamera->stopPreview(); in FunctionalTest() [all …]
|
H A D | qcamera_test.h | 73 status_t stopPreview();
|
/aosp12/frameworks/av/camera/include/camera/android/hardware/ |
H A D | ICamera.h | 83 virtual void stopPreview() = 0;
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GetBitmapActivity.java | 100 mCamera.stopPreview(); in onSurfaceTextureDestroyed()
|
H A D | GetBitmapSurfaceViewActivity.java | 133 mCamera.stopPreview(); in surfaceDestroyed()
|
H A D | TextureViewActivity.java | 153 mCamera.stopPreview(); in onSurfaceTextureDestroyed()
|
/aosp12/frameworks/av/camera/ |
H A D | Camera.cpp | 148 void Camera::stopPreview() in stopPreview() function in android::Camera 153 c->stopPreview(); in stopPreview()
|
H A D | ICamera.cpp | 138 void stopPreview() in stopPreview() function in android::hardware::BpCamera 394 stopPreview(); in onTransact()
|
/aosp12/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
H A D | CameraPreviewActivity.java | 247 mCamera.stopPreview(); in shutdownCamera() 258 mCamera.stopPreview(); in startPreview()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestHelper.java | 125 mCamera.stopPreview(); in capturePhoto()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraStateMachine.cpp | 1239 rc = m_parent->stopPreview(); in procEvtPreviewingState() 1323 rc = m_parent->stopPreview(); in procEvtPreviewingState() 1445 m_parent->stopPreview(); in procEvtPreviewingState() 1461 m_parent->stopPreview(); in procEvtPreviewingState() 1492 m_parent->stopPreview(); in procEvtPreviewingState() 1529 m_parent->stopPreview(); in procEvtPreviewingState() 1699 m_parent->stopPreview(); in procEvtPreviewingState() 2630 rc = m_parent->stopPreview(); in procEvtRecordingState() 3041 rc = m_parent->stopPreview(); in procEvtVideoPicTakingState() 3253 rc = m_parent->stopPreview(); in procEvtPreviewPicTakingState() [all …]
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | Camera.h | 99 void stopPreview();
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2StillCaptureTest.java | 373 stopPreview(); in takePictureTestByCamera() 464 stopPreview(); in fullRawCaptureTestByCamera()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/ |
H A D | Camera2Client.h | 67 virtual void stopPreview();
|
/aosp12/frameworks/av/camera/tests/ |
H A D | CameraZSLTests.cpp | 293 cameraDevice->stopPreview(); in TEST_F()
|
/aosp12/hardware/interfaces/camera/device/1.0/default/ |
H A D | CameraDevice_1_0.h | 89 Return<void> stopPreview() override;
|