Searched refs:hubs (Results 1 – 4 of 4) sorted by relevance
69 hubApi->getHubs([&hubList, &barrier](const hidl_vec<ContextHub>& hubs) { in getHubsSync() argument70 hubList = hubs; in getHubsSync()206 hidl_vec<ContextHub> hubs = getHubsSync(hubApi); in TEST_F() local207 ALOGD("System reports %zu hubs", hubs.size()); in TEST_F()209 for (const ContextHub& hub : hubs) { in TEST_F()
30 * Enumerate all available context hubs on the system.32 * @return hubs list of hubs on this system.34 getHubs() generates (vec<ContextHub> hubs);
72 std::vector<ContextHub> hubs; in getHubs() local104 hubs.push_back(c); in getHubs()110 _hidl_cb(hubs); in getHubs()
126 * Non-framework entities like low power sensor hubs that request location from GNSS and128 * power-spending reporting. However, low power sensor hubs or other chipsets which may send