Home | History | Annotate | Download | only in jni

Lines Matching refs:hubs

367     Vector<ContextHub> hubs;
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);
591 new ContextHubServiceCallback(db.hubInfo.hubs[i].hubId);
592 db.hubInfo.contextHub->registerCallback(db.hubInfo.hubs[i].hubId,
999 ALOGW("Clamping the number of hubs to 1");
1006 hub = constructJContextHubInfo(env, db.hubInfo.hubs[i]);