powerstats: add NFC state residency stats
Bug: 262487981 Bug: 262489554 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: Ib5c80601853c1d6080f1bc36b54b62715ea97081 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
d766110827
commit
8ba4347676
2 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p);
|
|||
void addGNSS(std::shared_ptr<PowerStats> p);
|
||||
void addGPU(std::shared_ptr<PowerStats> p);
|
||||
void addMobileRadio(std::shared_ptr<PowerStats> p);
|
||||
void addNFC(std::shared_ptr<PowerStats> p, const std::string& path);
|
||||
void addNFC(std::shared_ptr<PowerStats> p);
|
||||
void addPCIe(std::shared_ptr<PowerStats> p);
|
||||
void addPixelStateResidencyDataProvider(std::shared_ptr<PowerStats> p);
|
||||
void addPowerDomains(std::shared_ptr<PowerStats> p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue