summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2019-03-27 17:43:29 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-04-16 14:54:22 -0700
commit9f37d8bb5196b15b161a83235b0d13878e727de6 (patch)
treefad80e29ba2b77ea09c84db1720b30980bdd46f6 /location
parenta65b865a1bbc600c78cda42fcc53e42d3b7cc49c (diff)
downloadgps-9f37d8bb5196b15b161a83235b0d13878e727de6.tar.gz
Clean up several functions as a result of a
better approach in GARDEn app for Privacy Change-Id: Ia030385d5ee26305ea041258cc3fb664735983be CRs-fixed: 2424763
Diffstat (limited to 'location')
-rw-r--r--location/LocationAPIClientBase.h4
-rw-r--r--location/location_interface.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/location/LocationAPIClientBase.h b/location/LocationAPIClientBase.h
index fd22b04..fddae60 100644
--- a/location/LocationAPIClientBase.h
+++ b/location/LocationAPIClientBase.h
@@ -36,7 +36,6 @@
#include <map>
#include "LocationAPI.h"
-#include <gps_extended_c.h>
#include <loc_pla.h>
#include <log_util.h>
@@ -253,9 +252,6 @@ public:
inline virtual void onGnssLocationInfoCb(
GnssLocationInfoNotification /*gnssLocationInfoNotification*/) {}
- inline virtual void onGnssNfwStatusCb(
- GnssNfwNotification /*notification*/) {}
-
inline virtual void onBatchingCb(size_t /*count*/, Location* /*location*/,
BatchingOptions /*batchingOptions*/) {}
inline virtual void onBatchingStatusCb(BatchingStatusInfo /*batchingStatus*/,
diff --git a/location/location_interface.h b/location/location_interface.h
index 45c2c25..4235a13 100644
--- a/location/location_interface.h
+++ b/location/location_interface.h
@@ -85,7 +85,6 @@ struct GnssInterface {
void (*getGnssEnergyConsumed)(GnssEnergyConsumedCallback energyConsumedCb);
void (*enableNfwLocationAccess)(bool enable);
void (*nfwInit)(const NfwCbInfo& cbInfo);
- uint8_t (*getGpsLock)();
void (*getPowerStateChanges)(void* powerStateCb);
};