Searched refs:hubs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_ContextHubService.cpp367 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) { argument
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 ", retNumHub
[all...]

Completed in 45 milliseconds