diff options
author | Wei Chen <weic@codeaurora.org> | 2020-01-14 15:18:12 -0800 |
---|---|---|
committer | Wei Chen <weic@codeaurora.org> | 2020-01-29 10:33:21 -0800 |
commit | 08e51f55096e6e0b4a2a431bf375c6036e1b162e (patch) | |
tree | c91ed7a24e8b72c843e558d6ca6378c5610ae528 /core/LocApiBase.cpp | |
parent | 87a7fc0e17558322111301fabdb1d98943db1456 (diff) |
GPS HAL: support robust location 2.0
(1) enable/disable robust location 2.0
(2) output probability of good fix
Change-Id: Ia282f903d9818fb7dce459dd629335bad2679b97
CRs-fixed: 2603423
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 2830fca..085c89f 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2014, 2016-2018 The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2014, 2016-2020 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -745,4 +745,10 @@ void LocApiBase:: updatePowerState(PowerStateType /*powerState*/) DEFAULT_IMPL() +void LocApiBase:: + configRobustLocation(bool /*enabled*/, + bool /*enableForE911*/, + LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + } // namespace loc_core |