mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Populate host endpoint type in VTS test"
This commit is contained in:
committed by
Android (Google) Code Review
commit
76aadb3796
@@ -368,6 +368,7 @@ std::vector<std::tuple<std::string, int32_t>> generateContextHubMapping() {
|
||||
TEST_P(ContextHubAidl, TestHostConnection) {
|
||||
constexpr char16_t kHostEndpointId = 1;
|
||||
HostEndpointInfo hostEndpointInfo;
|
||||
hostEndpointInfo.type = HostEndpointInfo::Type::NATIVE;
|
||||
hostEndpointInfo.hostEndpointId = kHostEndpointId;
|
||||
|
||||
ASSERT_TRUE(contextHub->onHostEndpointConnected(hostEndpointInfo).isOk());
|
||||
|
||||
Reference in New Issue
Block a user