summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2016-07-06 09:55:30 -0700
committerMike Cailean <mcailean@codeaurora.org>2016-07-25 10:13:02 -0700
commit4dd7e1c5617d89581cb6969f851177ed5e070bc6 (patch)
tree71f9b3484147336a41c277b23fd617ebee5a6a67 /core/LocApiBase.h
parent8e217e229d46f9ecb4d84c617f5f08bb8b47ba5d (diff)
downloadgps-4dd7e1c5617d89581cb6969f851177ed5e070bc6.tar.gz
Fixed SSR issue for GNSS Measurements
Fixed SSR (sub-system reset) issue when GNSS Measurements where not available after an SSR. Change-Id: Ie9ecc851fe53814f4a3e386b503b61bbca9d156d CRs-fixed: 1036070
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 4500b7e..8849b1f 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -257,11 +257,6 @@ public:
virtual enum loc_api_adapter_err setXtraVersionCheck(enum xtra_version_check check);
/*
- Update gps reporting events
- */
- virtual int updateRegistrationMask(LOC_API_ADAPTER_EVENT_MASK_T event,
- loc_registration_mask_status isEnabled);
- /*
Check if the modem support the service
*/
virtual bool gnssConstellationConfig();