Loading services/camera/libcameraservice/camera2/CaptureSequencer.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,11 @@ CaptureSequencer::CaptureState CaptureSequencer::manageZslStart( return STANDARD_START; } SharedParameters::Lock l(client->getParameters()); if (l.mParameters.playShutterSound) { client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); } mTimeoutCount = kMaxTimeoutsForCaptureEnd; return STANDARD_CAPTURE_WAIT; } Loading Loading
services/camera/libcameraservice/camera2/CaptureSequencer.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,11 @@ CaptureSequencer::CaptureState CaptureSequencer::manageZslStart( return STANDARD_START; } SharedParameters::Lock l(client->getParameters()); if (l.mParameters.playShutterSound) { client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); } mTimeoutCount = kMaxTimeoutsForCaptureEnd; return STANDARD_CAPTURE_WAIT; } Loading