Home | History | Annotate | Download | only in functional

Lines Matching refs:hub

77 // Gets a list of valid hub IDs in the system
85 for (ContextHub hub : getHubsSync(hubApi)) {
86 hubIds.push_back(hub.hubId);
95 // Base test fixture that initializes the HAL and makes the context hub API
113 // Test fixture parameterized by hub ID
144 ALOGD("Got hub event callback for event type %" PRIu32, evt);
193 for (ContextHub hub : hubs) {
194 ALOGD("Checking hub ID %" PRIu32, hub.hubId);
196 EXPECT_FALSE(hub.name.empty());
197 EXPECT_FALSE(hub.vendor.empty());
198 EXPECT_FALSE(hub.toolchain.empty());
199 EXPECT_GT(hub.peakMips, 0);
200 EXPECT_GE(hub.stoppedPowerDrawMw, 0);
201 EXPECT_GE(hub.sleepPowerDrawMw, 0);
202 EXPECT_GT(hub.peakPowerDrawMw, 0);
205 EXPECT_GE(hub.maxSupportedMsgLen, UINT32_C(128));
280 // Checks cases where the hub implementation is expected to return an error, but
375 // Parameterize all SingleContexthubTest tests against each valid hub ID