diff options
author | Kevin Tang <zhikait@codeaurora.org> | 2020-08-25 14:58:13 -0700 |
---|---|---|
committer | Kevin Tang <zhikait@codeaurora.org> | 2020-08-25 20:04:07 -0700 |
commit | 934560bb3a03f084ae3e21ad9358029c87a42ae4 (patch) | |
tree | d828b024e22536397280bb60d10847c6eaed073f /core/LocApiBase.cpp | |
parent | 1dca7bd96a2b18b7a46b7680e0982037dcbb5f4d (diff) | |
parent | 4fe0f2606891d92845c8fb96894cf9f8e9185537 (diff) |
Merge remote-tracking branch 'quic/location.lnx.4.0' into HEAD
Change-Id: I38b71e771ba831f218636cb7f0a5e1f616d0fa1f
CRs-Fixed: 2762827
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 144e975..55ba72e 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -758,7 +758,8 @@ DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) LocationError LocApiBase::setBlacklistSvSync(const GnssSvIdConfig& /*config*/) DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) -void LocApiBase::setBlacklistSv(const GnssSvIdConfig& /*config*/) +void LocApiBase::setBlacklistSv(const GnssSvIdConfig& /*config*/, + LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() void LocApiBase::getBlacklistSv() @@ -914,4 +915,12 @@ void LocApiBase:: getParameter(uint32_t sessionId, GnssConfigFlagsMask flags, LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() +void LocApiBase:: + configConstellationMultiBand(const GnssSvTypeConfig& secondaryBandConfig, + LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + +void LocApiBase:: + getConstellationMultiBandConfig(uint32_t sessionId, LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() } // namespace loc_core |