commit | 7344af9e118c0ed84ddc0885a23fdcfd2b451eb1 | [log] [tgz] |
---|---|---|
author | Anthony Stange <stange@google.com> | Thu Dec 22 14:21:31 2022 +0000 |
committer | Anthony Stange <stange@google.com> | Thu Jan 05 16:11:21 2023 +0000 |
tree | 5a58a7a188fc869b618ddf6f8f8562c3a1adec2d | |
parent | 84f02c1346609cd2e123a4e27b137cc76d447cef [diff] [blame] |
Add support for new APIs in default/vts code Bug: 229888878 Test: presubmits Change-Id: Ifc1ce761cc211d165b2f2f9315beffbb47f8fb85
diff --git a/contexthub/aidl/default/include/contexthub-impl/ContextHub.h b/contexthub/aidl/default/include/contexthub-impl/ContextHub.h index 4aeb948..b3998b9 100644 --- a/contexthub/aidl/default/include/contexthub-impl/ContextHub.h +++ b/contexthub/aidl/default/include/contexthub-impl/ContextHub.h
@@ -47,6 +47,7 @@ ::ndk::ScopedAStatus onHostEndpointConnected(const HostEndpointInfo& in_info) override; ::ndk::ScopedAStatus onHostEndpointDisconnected(char16_t in_hostEndpointId) override; + ::ndk::ScopedAStatus onNanSessionStateChanged(bool in_state) override; private: static constexpr uint32_t kMockHubId = 0;