summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-11 21:55:21 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-11 21:55:21 -0700
commitf7981a3c11485795568f0205d0cb4c549f135064 (patch)
treeec31efb606ff3107b4ec0610946e7ef4e59cd09b /core/LocApiBase.h
parent7ebdafbe04811437cbd65c52aff7b60e0ebfd79b (diff)
parent88688a85a365e716b369a7525dc810a66628b241 (diff)
downloadgps-f7981a3c11485795568f0205d0cb4c549f135064.tar.gz
Merge "SUPL connection enhancements" into location.lnx.4.0
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 4db51fa..a96c019 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2014, 2016-2017 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2014, 2016-2018 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
@@ -147,11 +147,8 @@ public:
void requestXtraData();
void requestTime();
void requestLocation();
- void requestATL(int connHandle, LocAGpsType agps_type, LocApnTypeMask mask);
+ void requestATL(int connHandle, LocAGpsType agps_type, LocApnTypeMask apn_type_mask);
void releaseATL(int connHandle);
- void requestSuplES(int connHandle, LocApnTypeMask mask);
- void reportDataCallOpened();
- void reportDataCallClosed();
void requestNiNotify(GnssNiNotification &notify, const void* data);
void reportGnssMeasurementData(GnssMeasurementsNotification& measurements, int msInWeek);
void reportWwanZppFix(LocGpsLocation &zppLoc);
@@ -186,7 +183,8 @@ public:
virtual void
atlOpenStatus(int handle, int is_succ, char* apn, uint32_t apnLen,
- AGpsBearerType bear, LocAGpsType agpsType, LocApnTypeMask mask);
+ AGpsBearerType bear, LocAGpsType agpsType,
+ LocApnTypeMask mask);
virtual void
atlCloseStatus(int handle, int is_succ);
virtual void
@@ -237,11 +235,6 @@ public:
virtual void getWwanZppFix();
virtual void getBestAvailableZppFix();
- virtual int initDataServiceClient(bool isDueToSsr);
- virtual int openAndStartDataCall();
- virtual void stopDataCall();
- virtual void closeDataCall();
- virtual void releaseDataServiceClient();
virtual void installAGpsCert(const LocDerEncodedCertificate* pData,
size_t length,
uint32_t slotBitMask);