From 31c2a740d5554e9c0d5dd5e7a4a3f8d7d93911ea Mon Sep 17 00:00:00 2001 From: Jorge Ruesga Date: Sun, 28 Jun 2015 00:55:25 +0200 Subject: healthd: dock battery Change-Id: I2ad09e5e87d55c47af4d1efc14cc585cc08e2dce Require: topic:dock_battery Signed-off-by: Jorge Ruesga --- healthd/BatteryPropertiesRegistrar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'healthd/BatteryPropertiesRegistrar.h') diff --git a/healthd/BatteryPropertiesRegistrar.h b/healthd/BatteryPropertiesRegistrar.h index 8853874..5ca4fc1 100644 --- a/healthd/BatteryPropertiesRegistrar.h +++ b/healthd/BatteryPropertiesRegistrar.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2013 The Android Open Source Project + * Copyright (C) 2015 The CyanogenMod Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,6 +41,7 @@ private: void registerListener(const sp& listener); void unregisterListener(const sp& listener); status_t getProperty(int id, struct BatteryProperty *val); + status_t getDockProperty(int id, struct BatteryProperty *val); status_t dump(int fd, const Vector& args); void binderDied(const wp& who); }; -- cgit v1.1