summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorSatheesh Jayakumar <sjayakum@codeaurora.org>2013-10-02 16:30:13 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-11-26 18:10:03 -0800
commit6fc806515a0f75768c0ec81419805467de63394c (patch)
tree6dc53c041a7ae811dab5b1afad4ac4e1b803d946 /core/LocAdapterBase.h
parent8557c7afdf353e6d34d2e5cb9b65fe46f8c6d222 (diff)
downloadgps-6fc806515a0f75768c0ec81419805467de63394c.tar.gz
Adds ZPP Feature Implementation
Changes for enabling Zero Power positioning feature in the location services subsystem.It involves modifications to HAL and ULP engine. CRs-Fixed: 457060 Change-Id: I62187e66d44c5b40e1b2a41cafc0cb3e7c94f6d8
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index be31de6..8222b24 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -73,6 +73,7 @@ public:
inline virtual void setPositionModeInt(LocPosMode& posMode) {}
virtual void startFixInt() {}
virtual void stopFixInt() {}
+ virtual void getZppInt() {}
virtual void reportPosition(UlpLocation &location,
GpsLocationExtended &locationExtended,
void* locationExt,