diff options
author | Benjamin Schwartz <bsschwar@google.com> | 2020-10-05 15:44:19 -0700 |
---|---|---|
committer | Benjamin Schwartz <bsschwar@google.com> | 2021-02-04 15:27:36 -0800 |
commit | 18a3fb5ce3f0bb49fb358f3ba9f20227dba4f0d5 (patch) | |
tree | 86f412e937e9812748a607b8ef7a8d618f35d526 /power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp | |
parent | 817521bbb4da329943e944827e2f11b980cadc68 (diff) |
power/stats: Rename PowerStats HAL
Bug: 169864180
Test: m
Change-Id: I6abacd82d9bcbc5957dcad891ae5c742bc307316
Merged-In: I6abacd82d9bcbc5957dcad891ae5c742bc307316
Diffstat (limited to 'power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp')
-rw-r--r-- | power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp b/power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp index e71e4953f3..1d3082191a 100644 --- a/power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp +++ b/power/stats/aidl/vts/VtsHalPowerStatsTargetTest.cpp @@ -16,16 +16,16 @@ #include <aidl/Gtest.h> #include <aidl/Vintf.h> -#include <aidl/android/hardware/powerstats/IPowerStats.h> +#include <aidl/android/hardware/power/stats/IPowerStats.h> #include <android-base/properties.h> #include <android/binder_manager.h> #include <android/binder_process.h> -using aidl::android::hardware::powerstats::ChannelInfo; -using aidl::android::hardware::powerstats::EnergyMeasurement; -using aidl::android::hardware::powerstats::IPowerStats; -using aidl::android::hardware::powerstats::PowerEntityInfo; -using aidl::android::hardware::powerstats::StateResidencyResult; +using aidl::android::hardware::power::stats::ChannelInfo; +using aidl::android::hardware::power::stats::EnergyMeasurement; +using aidl::android::hardware::power::stats::IPowerStats; +using aidl::android::hardware::power::stats::PowerEntityInfo; +using aidl::android::hardware::power::stats::StateResidencyResult; using ndk::SpAIBinder; |