HomeSort by relevance Sort by last modified time
    Searched refs:hubs (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/contexthub/1.0/
IContexthub.hal 30 * Enumerate all available context hubs on the system.
32 * @return hubs list of hubs on this system.
34 getHubs() generates (vec<ContextHub> hubs);
  /test/vts-testcase/hal/contexthub/V1_0/host/
VtsHalContexthubV1_0HostTest.py 114 hubs = self.dut.hal.contexthub.getHubs()
115 logging.info("Got result: %s", hubs)
  /hardware/interfaces/contexthub/1.0/vts/functional/
VtsHalContexthubV1_0TargetTest.cpp 68 hubApi->getHubs([&hubList, &barrier](const hidl_vec<ContextHub>& hubs) {
69 hubList = hubs;
91 ALOGD("Running tests against all %zu reported hubs", hubIds.size());
190 hidl_vec<ContextHub> hubs = getHubsSync(hubApi); local
191 ALOGD("System reports %zu hubs", hubs.size());
193 for (ContextHub hub : hubs) {
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 367 Vector<ContextHub> hubs; member in struct:android::ContextHubInfo
387 *hubId = db.hubInfo.hubs[hubHandle].hubId;
428 queryHubForApps(db.hubInfo.hubs[i].hubId);
554 void getHubsCb(const ::android::hardware::hidl_vec<ContextHub>& hubs) {
555 for (size_t i = 0; i < hubs.size(); i++) {
556 db.hubInfo.hubs.push_back(hubs[i]);
577 std::function<void(const ::android::hardware::hidl_vec<ContextHub>& hubs)> f = getHubsCb;
583 int retNumHubs = db.hubInfo.hubs.size();
584 ALOGD("ContextHubModule returned %d hubs ", retNumHubs)
    [all...]
  /system/chre/host/hal_generic/
generic_context_hub.cc 77 std::vector<ContextHub> hubs; local
105 hubs.push_back(mHubInfo);
110 _hidl_cb(hubs);
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 72 std::vector<ContextHub> hubs; local
80 ALOGI("Context Hub Hal Adapter reports %zu hubs", numHubs);
104 hubs.push_back(c);
110 _hidl_cb(hubs);

Completed in 1788 milliseconds