diff options
author | Wei Chen <weic@codeaurora.org> | 2020-03-02 13:04:33 -0800 |
---|---|---|
committer | haohuang <haohuang@codeaurora.org> | 2020-04-02 17:09:15 +0800 |
commit | cac9fbfc3aab1251609f36e888c40ceecb6883bf (patch) | |
tree | 7159436ce622806a02e7f4f5c67c9001a54003ad /core/LocApiBase.cpp | |
parent | 45ccba8ec0223e52317e09953727b407a8ba8680 (diff) |
GPS HAL: support robust location 2.0
(1) enable/disable robust location 2.0
(2) output conformityIndex
Change-Id: Ib6c25d6ce6b4da740c49eab91a58aa566af17b88
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 71abdf9..261c0e2 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2014, 2016-2019 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 @@ -879,4 +879,10 @@ DEFAULT_IMPL() void LocApiBase::updateSystemPowerState(PowerStateType /*powerState*/) DEFAULT_IMPL() +void LocApiBase:: + configRobustLocation(bool /*enabled*/, + bool /*enableForE911*/, + LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + } // namespace loc_core |