commit | f9835510baa0271e14fa220e7b0a5cea1fb85a06 | [log] [tgz] |
---|---|---|
author | charleschen <liangyuchen@google.com> | Thu Dec 14 02:08:03 2023 +0000 |
committer | charleschen <liangyuchen@google.com> | Tue Dec 19 00:00:32 2023 +0000 |
tree | 672dac62e3e4b313a561603d36c2477a0e676fad | |
parent | 6fafa0de3847d435daac49dda220db745fbe20a7 [diff] |
Fix race condition for VQDS functionalities Lock are missing for thread safety on major VQDS functions. These methods can be invoked consecutively and race condition can happen. We need to add a lock to prevent it from happening. Bug: 295390470 Test: atest CtsVoiceInteractionTestCases Flag: N/A Change-Id: I99c43deb024f2d5fee5c1ac12e549966f949dc1e