Home
last modified time | relevance | path

Searched refs:hubIds (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp80 static std::vector<uint32_t> hubIds; in getHubIds() local
82 if (hubIds.size() == 0) { in getHubIds()
87 hubIds.push_back(hub.hubId); in getHubIds()
92 ALOGD("Running tests against all %zu reported hubs", hubIds.size()); in getHubIds()
93 return hubIds; in getHubIds()