commit | 2c8e62861dba447a6f4ff698593401e9c1db749c | [log] [tgz] |
---|---|---|
author | Sai Kumar Sanagavarapu <ssanagav@codeaurora.org> | Tue Apr 07 19:28:18 2015 +0530 |
committer | Sai Kumar Sanagavarapu <ssanagav@codeaurora.org> | Thu Apr 16 16:42:17 2015 +0530 |
tree | e3b97704cd4081644fb890a9a4d0e6efd7cca0f7 | |
parent | 0202eb424a9f8dfe472b6cfbf35b88f3fdacd025 [diff] |
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