summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-06-05 22:06:13 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-05 22:06:13 -0700
commit9fc8d7444d5f68d3978973dacf7618293f1fd4cd (patch)
treeffe5bf589f9594dedbce4bfd3c6ecff6b15a98fe /location
parent22e008e8d1a85c90056dd528ed12061afb3b538a (diff)
parent2e7c04a82d85a3ddec7a7a024e00f65e1ee0b0c3 (diff)
downloadgps-9fc8d7444d5f68d3978973dacf7618293f1fd4cd.tar.gz
Merge "Update SystemStatus with battery info in HealthHAL"
Diffstat (limited to 'location')
-rw-r--r--location/location_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/location/location_interface.h b/location/location_interface.h
index 80f37c2..fb15bea 100644
--- a/location/location_interface.h
+++ b/location/location_interface.h
@@ -87,6 +87,7 @@ struct GnssInterface {
void (*nfwInit)(const NfwCbInfo& cbInfo);
void (*getPowerStateChanges)(void* powerStateCb);
void (*injectLocationExt)(const GnssLocationInfoNotification &locationInfo);
+ void (*updateBatteryStatus)(bool charging);
};
struct BatchingInterface {