commit | 191f5cc501c2983196aa0a68a04dcb7f07898e0e | [log] [tgz] |
---|---|---|
author | Matt Buckley <mattbuckley@google.com> | Thu Mar 30 20:58:22 2023 +0000 |
committer | Matt Buckley <mattbuckley@google.com> | Wed May 03 17:34:47 2023 +0000 |
tree | 7516d544019dd638b102ef7fbb47dd66e73b0a6c | |
parent | 9b65137e97e150436f236c493a993ee2753f36bc [diff] |
Create hint session asynchronously Sends createHintSession asynchronously inside worker thread Consistency is maintained by returning the session with a std::future which we only check when we try to do hint session operations within renderthread, to avoid races or mutexes necessary with a callback fn. Bug: 272002264 Test: manual Change-Id: I9b64f20f1abdac91993742b9f9aea7824288fdd3