Loading services/core/jni/com_android_server_location_ContextHubService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -558,7 +558,7 @@ void getHubsCb(const ::android::hardware::hidl_vec<ContextHub>& hubs) { void initContextHubService() { db.hubInfo.numHubs = 0; db.hubInfo.contextHub = IContexthub::getService("context_hub"); db.hubInfo.contextHub = IContexthub::getService(); if (db.hubInfo.contextHub == nullptr) { ALOGE("Could not load context hub hal"); Loading Loading
services/core/jni/com_android_server_location_ContextHubService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -558,7 +558,7 @@ void getHubsCb(const ::android::hardware::hidl_vec<ContextHub>& hubs) { void initContextHubService() { db.hubInfo.numHubs = 0; db.hubInfo.contextHub = IContexthub::getService("context_hub"); db.hubInfo.contextHub = IContexthub::getService(); if (db.hubInfo.contextHub == nullptr) { ALOGE("Could not load context hub hal"); Loading