From 18d9283e40353e7064f8e190e045e1d4d6bfe587 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 28 Jun 2019 12:49:52 +0800 Subject: Fix updateConnectionStatus call in gnss hidl 1.0/1 Change-Id: I4c3b66ec440c982714ccd7a3f6111319ad1601fb CRs-fixed: 2480731 --- android/1.0/AGnssRil.cpp | 2 +- android/1.1/AGnssRil.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'android') diff --git a/android/1.0/AGnssRil.cpp b/android/1.0/AGnssRil.cpp index 0ab4fad..0437cf1 100644 --- a/android/1.0/AGnssRil.cpp +++ b/android/1.0/AGnssRil.cpp @@ -102,7 +102,7 @@ Return AGnssRil::updateNetworkState(bool connected, NetworkType type, bool } break; } - mGnss->getGnssInterface()->updateConnectionStatus(connected, typeout); + mGnss->getGnssInterface()->updateConnectionStatus(connected, false, typeout, 0); } return true; } diff --git a/android/1.1/AGnssRil.cpp b/android/1.1/AGnssRil.cpp index 96e3597..1e774f1 100644 --- a/android/1.1/AGnssRil.cpp +++ b/android/1.1/AGnssRil.cpp @@ -102,7 +102,7 @@ Return AGnssRil::updateNetworkState(bool connected, NetworkType type, bool } break; } - mGnss->getGnssInterface()->updateConnectionStatus(connected, typeout); + mGnss->getGnssInterface()->updateConnectionStatus(connected, false, typeout, 0); } return true; } -- cgit v1.2.3