Merge "powerstats: bring PixelStateResidencyDataProvider to device config" into 24D1-dev
This commit is contained in:
commit
d952ba02ce
3 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,7 @@ int main() {
|
||||||
|
|
||||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||||
|
|
||||||
addDisplayVrr(p, "Display");
|
addPixelStateResidencyDataProvider(p, "Display");
|
||||||
addZumaProCommonDataProviders(p);
|
addZumaProCommonDataProviders(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ int main() {
|
||||||
|
|
||||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||||
|
|
||||||
addDisplayVrr(p, "Display");
|
addPixelStateResidencyDataProvider(p, "Display");
|
||||||
addZumaProCommonDataProviders(p);
|
addZumaProCommonDataProviders(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,7 @@ int main() {
|
||||||
|
|
||||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||||
|
|
||||||
|
addPixelStateResidencyDataProvider(p, "");
|
||||||
addZumaProCommonDataProviders(p);
|
addZumaProCommonDataProviders(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue