mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "health: batterymonitor uses AIDL HealthInfo."
This commit is contained in:
@@ -130,12 +130,7 @@ ndk::ScopedAStatus Health::getStorageInfo(std::vector<StorageInfo>*) {
|
|||||||
ndk::ScopedAStatus Health::getHealthInfo(HealthInfo* out) {
|
ndk::ScopedAStatus Health::getHealthInfo(HealthInfo* out) {
|
||||||
battery_monitor_.updateValues();
|
battery_monitor_.updateValues();
|
||||||
|
|
||||||
// TODO(b/177269435): BatteryMonitor should store AIDL HealthInfo instead.
|
*out = battery_monitor_.getHealthInfo();
|
||||||
auto health_info_2_1 = battery_monitor_.getHealthInfo_2_1();
|
|
||||||
if (!::android::h2a::translate(health_info_2_1, out)) {
|
|
||||||
return ndk::ScopedAStatus::fromServiceSpecificErrorWithMessage(
|
|
||||||
IHealth::STATUS_UNKNOWN, "Cannot translate HIDL HealthInfo to AIDL");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fill in storage infos; these aren't retrieved by BatteryMonitor.
|
// Fill in storage infos; these aren't retrieved by BatteryMonitor.
|
||||||
if (auto res = getStorageInfo(&out->storageInfos); !res.isOk()) {
|
if (auto res = getStorageInfo(&out->storageInfos); !res.isOk()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user