summaryrefslogtreecommitdiff
path: root/core/LocAdapterProxyBase.h
diff options
context:
space:
mode:
authorJiafei Wen <jiafeiw@codeaurora.org>2015-01-20 14:42:26 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-02-13 12:03:37 -0800
commit9431a6cb336c2fa1733e6ad3aa4bc323455f1dbf (patch)
treefe024282dfe9645295ce2c04aa6b11a72ca4a488 /core/LocAdapterProxyBase.h
parent119c7a6410af606b16a41a1a17617344c54282b3 (diff)
downloadgps-9431a6cb336c2fa1733e6ad3aa4bc323455f1dbf.tar.gz
Send GPS tracking fixes to FLP HAL
FLP HAL accepts GPS tracking fixes for tracking, so this change sends the tracking fixes to FLP HAL while flp tracking is undergoing. Also, this change adds batching options flags and batching succeed/failure definitions. CRs-fixed: 748687 Change-Id: I11a2ba337433d9a42c903d36fc980ee1a3983a1e
Diffstat (limited to 'core/LocAdapterProxyBase.h')
-rw-r--r--core/LocAdapterProxyBase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/LocAdapterProxyBase.h b/core/LocAdapterProxyBase.h
index df5a48b..f6c22af 100644
--- a/core/LocAdapterProxyBase.h
+++ b/core/LocAdapterProxyBase.h
@@ -57,6 +57,11 @@ protected:
public:
inline virtual void handleEngineUpEvent() {};
inline virtual void handleEngineDownEvent() {};
+ inline virtual bool reportPosition(UlpLocation &location,
+ enum loc_sess_status status,
+ LocPosTechMask loc_technology_mask) {
+ return false;
+ }
};
} // namespace loc_core