Loading services/core/jni/com_android_server_location_ContextHubService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -331,7 +331,9 @@ struct ContextHubServiceCallback : IContexthubCallback { virtual Return<void> handleAppsInfo( const android::hardware::hidl_vec<HubAppInfo>& apps) { TransactionResult result = TransactionResult::SUCCESS; handleQueryAppsResponse(apps,mContextHubId); passOnOsResponse(mContextHubId, CONTEXT_HUB_QUERY_APPS, result, nullptr, 0); return android::hardware::Void(); } Loading Loading
services/core/jni/com_android_server_location_ContextHubService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -331,7 +331,9 @@ struct ContextHubServiceCallback : IContexthubCallback { virtual Return<void> handleAppsInfo( const android::hardware::hidl_vec<HubAppInfo>& apps) { TransactionResult result = TransactionResult::SUCCESS; handleQueryAppsResponse(apps,mContextHubId); passOnOsResponse(mContextHubId, CONTEXT_HUB_QUERY_APPS, result, nullptr, 0); return android::hardware::Void(); } Loading