diff options
author | Kevin Tang <zhikait@codeaurora.org> | 2020-11-24 20:21:22 -0800 |
---|---|---|
committer | Kevin Tang <zhikait@codeaurora.org> | 2020-11-24 20:21:22 -0800 |
commit | bdd91f0be1669b575c467d8f4762ab1f7317bd6e (patch) | |
tree | e3e36ebf1a25925b69aead35ff107ad99460ab27 /core/LocAdapterBase.cpp | |
parent | 17923fd3f5c7dc1bce5296e9358fa8e4d1f7e534 (diff) | |
parent | f000bce990ad76b569627f77109aca2d4b5014f9 (diff) |
HAL : Merge branch 'location.lnx.4.0' into location.lnx.6.0
Change-Id: I27237b9c9fa57501d86d5cbfd2f2e07bc1fe2ffb
CRs-Fixed: 2824338
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 5ada84b..95f2728 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -428,4 +428,12 @@ LocAdapterBase::requestCapabilitiesCommand(LocationAPI* client) sendMsg(new MsgRequestCapabilities(*this, client)); } +void +LocAdapterBase::reportLatencyInfoEvent(const GnssLatencyInfo& /*gnssLatencyInfo*/) +DEFAULT_IMPL() + +bool LocAdapterBase:: + reportQwesCapabilities(const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) +DEFAULT_IMPL(false) + } // namespace loc_core |