Lines Matching defs:p
47 void addAoC(std::shared_ptr<PowerStats> p) { in addAoC()
103 void addDvfsStats(std::shared_ptr<PowerStats> p) { in addDvfsStats()
275 void addSoC(std::shared_ptr<PowerStats> p) { in addSoC()
343 void setEnergyMeter(std::shared_ptr<PowerStats> p) { in setEnergyMeter()
348 void addCPUclusters(std::shared_ptr<PowerStats> p) { in addCPUclusters()
386 void addGPU(std::shared_ptr<PowerStats> p) { in addGPU()
424 void addMobileRadio(std::shared_ptr<PowerStats> p) in addMobileRadio()
457 void addGNSS(std::shared_ptr<PowerStats> p) in addGNSS()
493 void addPCIe(std::shared_ptr<PowerStats> p) { in addPCIe()
527 void addWifi(std::shared_ptr<PowerStats> p) { in addWifi()
572 void addUfs(std::shared_ptr<PowerStats> p) { in addUfs()
576 void addPowerDomains(std::shared_ptr<PowerStats> p) { in addPowerDomains()
609 void addDevfreq(std::shared_ptr<PowerStats> p) { in addDevfreq()
639 void addTPU(std::shared_ptr<PowerStats> p) { in addTPU()
661 void addPixelStateResidencyDataProvider(std::shared_ptr<PowerStats> p) { in addPixelStateResidencyDataProvider()
672 void addGs101CommonDataProviders(std::shared_ptr<PowerStats> p) { in addGs101CommonDataProviders()
691 void addNFC(std::shared_ptr<PowerStats> p, const std::string& path) { in addNFC()