Loading automotive/evs/aidl/impl/default/src/EvsCamera.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,8 @@ ndk::ScopedAStatus EvsCamera::stopVideoStream() { } if ((!preVideoStreamStop_locked(status, lck) || !stopVideoStreamImpl_locked(status, lck) || !postVideoStreamStop_locked(status, lck)) && !status.isOk()) { !postVideoStreamStop_locked(status, lck)) && !status.isOk()) { needShutdown = true; } } Loading automotive/evs/aidl/impl/default/src/EvsVideoEmulatedCamera.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -501,7 +501,9 @@ bool EvsVideoEmulatedCamera::postVideoStreamStop_locked(ndk::ScopedAStatus& stat return false; } EvsEventDesc event = { .aType = EvsEventType::STREAM_STOPPED, }; EvsEventDesc event = { .aType = EvsEventType::STREAM_STOPPED, }; if (auto result = mStream->notify(event); !result.isOk()) { LOG(WARNING) << "Failed to notify the end of the stream."; } Loading automotive/evs/aidl/impl/default/tests/EvsCameraStateTest.cpp +1 −1 File changed.Contains only whitespace changes. Show changes Loading
automotive/evs/aidl/impl/default/src/EvsCamera.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,8 @@ ndk::ScopedAStatus EvsCamera::stopVideoStream() { } if ((!preVideoStreamStop_locked(status, lck) || !stopVideoStreamImpl_locked(status, lck) || !postVideoStreamStop_locked(status, lck)) && !status.isOk()) { !postVideoStreamStop_locked(status, lck)) && !status.isOk()) { needShutdown = true; } } Loading
automotive/evs/aidl/impl/default/src/EvsVideoEmulatedCamera.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -501,7 +501,9 @@ bool EvsVideoEmulatedCamera::postVideoStreamStop_locked(ndk::ScopedAStatus& stat return false; } EvsEventDesc event = { .aType = EvsEventType::STREAM_STOPPED, }; EvsEventDesc event = { .aType = EvsEventType::STREAM_STOPPED, }; if (auto result = mStream->notify(event); !result.isOk()) { LOG(WARNING) << "Failed to notify the end of the stream."; } Loading
automotive/evs/aidl/impl/default/tests/EvsCameraStateTest.cpp +1 −1 File changed.Contains only whitespace changes. Show changes