SnapdragonCamera: Fix camera parameters concurrent modification.

Parameters if updated from different threads will lead to
concurrent modification exception in frameworks. To avoid
this, use synchronize block whereever the parameters are being
updated.

Change-Id: I51dd27e1b4836ddef910224331551806ff66b24d
1 file changed