commit | bb9b93d3bbf8c3d910fd14d80543d55f99d04f31 | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenwang@google.com> | Thu Apr 07 13:22:48 2022 -0700 |
committer | Shuzhen Wang <shuzhenwang@google.com> | Fri Apr 08 09:29:29 2022 -0700 |
tree | 51758027f377cf29a5dcd488c15de51fc101e110 | |
parent | d9a5e68901604648dac3fc2404a8a33655b10983 [diff] |
Camera: Remove redundant RequestThread wait during flush If RequestThread::clear() is called right before the mRequestSignal.waitRelative(), an extra 50ms latency is incurred. Creating a condition for the conditional variable fixes the issue. Test: Camera CTS Bug: 228419719 Change-Id: Ibc8d2c9e2c98d68b73d2442118694c7a33e9d3b5