summaryrefslogtreecommitdiff
path: root/powerstats/include
diff options
context:
space:
mode:
authorDarren Hsu <darrenhsu@google.com>2022-07-26 18:02:24 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-07-27 07:56:02 +0000
commit19b932eb41e9973ea52547d3494b96e272209048 (patch)
tree24628c893bd1970a8ffdecf7f03c0819fd60aeb5 /powerstats/include
parentbf885d8d525a34838d0ad088cfd4c36cbd60a0cb (diff)
downloadgs201-19b932eb41e9973ea52547d3494b96e272209048.tar.gz
powerstats: remove bluetooth data provider on the specific device
The specific device uses QC solution on Bluetooth. Remove support of Bluetooth state residency data provider in PowerStatsHAL on the specific device. Bug: 231395549 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: Ic94d9ca2ddefa5ac09bc83bf156a4972562506ea Signed-off-by: Darren Hsu <darrenhsu@google.com>
Diffstat (limited to 'powerstats/include')
-rw-r--r--powerstats/include/Gs201CommonDataProviders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerstats/include/Gs201CommonDataProviders.h b/powerstats/include/Gs201CommonDataProviders.h
index a4b9232..9fca9ba 100644
--- a/powerstats/include/Gs201CommonDataProviders.h
+++ b/powerstats/include/Gs201CommonDataProviders.h
@@ -21,5 +21,5 @@
using aidl::android::hardware::power::stats::PowerStats;
void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p);
-
+void addGs201CommonDataProvidersQc(std::shared_ptr<PowerStats> p);
void addNFC(std::shared_ptr<PowerStats> p, const std::string& path);