commit | 47118dcd1d3130cb338343ebd5fa6c358060dd87 | [log] [tgz] |
---|---|---|
author | Venkatesh Mangalappali <vmangala@codeaurora.org> | Mon Jul 29 11:51:52 2019 -0700 |
committer | Venkatesh Mangalappali <vmangala@codeaurora.org> | Mon Jul 29 11:51:52 2019 -0700 |
tree | 0fb4dce2a96c3d222d8b5924162375040b9e470a | |
parent | f5132c755932af79b08605dedb67f4bfcc0ade42 [diff] |
st-hal: fix pause and detection events concurrency issue pause event in state machine is dispatched without proxy session lock held, which causes synchronization issue when state machine is already handling a detection event there by keeping sthal in unexpected state leading to no further detection. Fix it by using proxy session lock when dispatching pause event. Change-Id: I8d93d06fdc7d8d4024a3586ebaa6c9f41d293786