commit | 0ec290cd5b35df0bbf2399d5f6efe8e6f7135718 | [log] [tgz] |
---|---|---|
author | Matthew Sedam <matthewsedam@google.com> | Wed Dec 11 11:18:15 2024 -0800 |
committer | Matthew Sedam <matthewsedam@google.com> | Wed Dec 11 11:18:15 2024 -0800 |
tree | 78204c28e6b9416f3157383eddc9e38eccb6541e | |
parent | 0d100347959867c6c8bd1384a91dc2aac118b844 [diff] |
Context Hub default HAL: Use std::thread for endpoint callbacks This will ensure the endpoint callbacks are called after returning from the original initiating function in another thread. This CL also updates the VtsAidlHalContextHubTargetTest to handle the async callbacks. Bug: 380335353 Change-Id: I29d932f8a4d8989c06cfa6007368a424c963c91f Flag: TEST_ONLY Test: atest VtsAidlHalContextHubTargetTest