commit | 48490dffbd1bb54aab7bd0aa444c5645d123d2a2 | [log] [tgz] |
---|---|---|
author | Quinn Male <qmale@codeaurora.org> | Wed Mar 25 10:25:42 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Apr 09 15:55:19 2020 -0700 |
tree | 1d0d84fb8cba7758318bbdf956976eced568b3bb | |
parent | 9a34552485ec4de7b5789b84d1fb14fd1b387447 [diff] |
st-hal: Add buffering thread independent of callback thread Currently, the callback thread handles detections and buffering which causes complicated synchronization support. This change simplifies buffering by adding a dedicated thread so that the callback thread can return to waiting for detection events. Change-Id: I994e1524207e967d67f7a262934b476d58778358