aboutsummaryrefslogtreecommitdiff
path: root/gps/android/AGnss.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps/android/AGnss.h')
-rw-r--r--gps/android/AGnss.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps/android/AGnss.h b/gps/android/AGnss.h
index f4216b0..a3f4a87 100644
--- a/gps/android/AGnss.h
+++ b/gps/android/AGnss.h
@@ -23,6 +23,7 @@
#include <android/hardware/gnss/1.0/IAGnss.h>
#include <hidl/Status.h>
+#include <gps_extended_c.h>
namespace android {
namespace hardware {
@@ -60,7 +61,7 @@ struct AGnss : public IAGnss {
const hidl_string& hostname, int32_t port) override;
/* Data call setup callback passed down to GNSS HAL implementation */
- static void agnssStatusIpV4Cb(IAGnssCallback::AGnssStatusIpV4 status);
+ static void agnssStatusIpV4Cb(AGnssExtStatusIpV4 status);
private:
Gnss* mGnss = nullptr;