powerstats: expose display MRR state residency data provider
Bug: 317767775 Test: vts-tradefed run vts -m VtsHalPowerStatsTargetTest Change-Id: I72037cc9d5b35a47ae0173d52bbc57708a593936 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
0eb7d38545
commit
ff196ef65a
2 changed files with 13 additions and 0 deletions
|
@ -24,6 +24,8 @@ void addAoC(std::shared_ptr<PowerStats> p);
|
|||
void addCPUclusters(std::shared_ptr<PowerStats> p);
|
||||
void addCamera(std::shared_ptr<PowerStats> p);
|
||||
void addDevfreq(std::shared_ptr<PowerStats> p);
|
||||
void addDisplayMrr(std::shared_ptr<PowerStats> p);
|
||||
void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path);
|
||||
void addDvfsStats(std::shared_ptr<PowerStats> p);
|
||||
void addGNSS(std::shared_ptr<PowerStats> p);
|
||||
void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue