diff options
author | Wei Chen <weic@codeaurora.org> | 2020-03-05 11:56:25 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-03-24 14:08:57 -0700 |
commit | ac1ad0e186e3f51fed0edc2fc166fcef8bf46b2a (patch) | |
tree | 3e2c4c9b7b3af4165e4836a95495b20c1c7941cc /core/LocApiBase.cpp | |
parent | 6fea13b3a3a90f7d65609f87c701c4270e746634 (diff) |
GPS HAL: support configure/read of min GPS week used by GPS engine
1: support runtime configure of mininal GPS week used by GPS engine
on modem
2: support retrieval of the minimal GPS week used by GPS engine
on modem
CRs-fixed: 2621601
Change-Id: I53e7ddfb82e28c52baebd505ac163cc10758c415
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 90c4585..33363f3 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -761,4 +761,13 @@ void LocApiBase:: getRobustLocationConfig(uint32_t sessionId, LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() +void LocApiBase:: + configMinGpsWeek(uint16_t minGpsWeek, + LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + +void LocApiBase:: + getMinGpsWeek(uint32_t sessionId, LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + } // namespace loc_core |