diff options
author | Wei Chen <weic@codeaurora.org> | 2020-02-26 14:08:37 -0800 |
---|---|---|
committer | Wei Chen <weic@codeaurora.org> | 2020-03-05 11:42:45 -0800 |
commit | a57d05b2f8a3843b83dbb5c902ed8f178bf357a8 (patch) | |
tree | 83d7628f4d676ad3a91d09a8fb0e6ca51b178db8 /core/LocAdapterBase.cpp | |
parent | e207a5bbe249b85ca9e3a687792429ad16a8b491 (diff) |
GNSS hal: support read out robust location config
Read out robust location config via location integration API
Change-Id: Icdae23021e05cc81ef2673306b860c73f4049195
CRs-fixed: 2630377
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index c669c03..6d31778 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2014, 2016-2018 The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2014, 2016-2018, 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 @@ -186,6 +186,10 @@ DEFAULT_IMPL() void LocAdapterBase::reportGnssSvTypeConfigEvent(const GnssSvTypeConfig& /*config*/) DEFAULT_IMPL() +void LocAdapterBase::reportGnssConfigEvent(uint32_t, /* session id*/ + const GnssConfig& /*gnssConfig*/) +DEFAULT_IMPL() + bool LocAdapterBase:: requestOdcpiEvent(OdcpiRequestInfo& /*request*/) DEFAULT_IMPL(false) |