summaryrefslogtreecommitdiff
path: root/location/LocationAPI.cpp
diff options
context:
space:
mode:
authorChengYou Ho <chengyouho@google.com>2019-10-05 14:51:10 +0800
committerChengYou Ho <chengyouho@google.com>2019-10-05 14:54:50 +0800
commitb23301cfa55db2898ff8da5997adab6ee23e874a (patch)
tree0c6d30454dde48174f79a1add95a9e4271b4d0a3 /location/LocationAPI.cpp
parent5aa8de4a0f30c9507de5fcdab29caeb962356c1a (diff)
parentebd6dc6829e3bd92ba45bfecae314598295eb29c (diff)
downloadgps-b23301cfa55db2898ff8da5997adab6ee23e874a.tar.gz
Merge remote-tracking branch 'goog/qcom/release/LA.UM.8.1.R1.10.00.00.529.095' into qt-qpr1-dev
Bug: 142115591 Change-Id: Id054a7e91bc88060e6f3b05428ecb5ae2f737993
Diffstat (limited to 'location/LocationAPI.cpp')
-rw-r--r--location/LocationAPI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/location/LocationAPI.cpp b/location/LocationAPI.cpp
index a43178d..4348c27 100644
--- a/location/LocationAPI.cpp
+++ b/location/LocationAPI.cpp
@@ -85,6 +85,7 @@ static bool isGnssClient(LocationCallbacks& locationCallbacks)
return (locationCallbacks.gnssNiCb != nullptr ||
locationCallbacks.trackingCb != nullptr ||
locationCallbacks.gnssLocationInfoCb != nullptr ||
+ locationCallbacks.engineLocationsInfoCb != nullptr ||
locationCallbacks.gnssMeasurementsCb != nullptr);
}