powerstats: expose display MRR state residency data provider
Bug: 317192192 Test: vts-tradefed run vts -m VtsHalPowerStatsTargetTest Change-Id: I1e02ffa0dfcfe61e7c2fa0acb44241b322046b0a Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
cdb1fe26f5
commit
bc01b6ec02
2 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,7 @@ using aidl::android::hardware::power::stats::PowerStats;
|
|||
void addAoC(std::shared_ptr<PowerStats> p);
|
||||
void addCPUclusters(std::shared_ptr<PowerStats> p);
|
||||
void addDevfreq(std::shared_ptr<PowerStats> p);
|
||||
void addDisplayMRR(std::shared_ptr<PowerStats> p);
|
||||
void addDvfsStats(std::shared_ptr<PowerStats> p);
|
||||
void addGNSS(std::shared_ptr<PowerStats> p);
|
||||
void addGPU(std::shared_ptr<PowerStats> p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue