Home
last modified time | relevance | path

Searched refs:addDisplayMrrByEntity (Results 1 – 6 of 6) sorted by relevance

/device/google/felix/powerstats/felix/
Dservice.cpp44 addDisplayMrrByEntity(p, "Inner Display", "/sys/class/drm/card0/device/primary-panel/"); in addDisplay()
68 addDisplayMrrByEntity(p, "Outer Display", "/sys/class/drm/card0/device/secondary-panel/"); in addDisplay()
/device/google/comet/powerstats/comet/
Dservice.cpp40 addDisplayMrrByEntity(p, "Outer-Display", "/sys/class/drm/card0/device/secondary-panel/"); in addOuterDisplay()
/device/google/gs201/powerstats/include/
DGs201CommonDataProviders.h28 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path);
/device/google/zumapro/powerstats/include/
DZumaProCommonDataProviders.h27 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path);
/device/google/gs201/powerstats/
DGs201CommonDataProviders.cpp613 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path) { in addDisplayMrrByEntity() function
619 addDisplayMrrByEntity(p, "Display", "/sys/class/drm/card0/device/primary-panel/"); in addDisplayMrr()
/device/google/zumapro/powerstats/
DZumaProCommonDataProviders.cpp678 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path) { in addDisplayMrrByEntity() function
684 addDisplayMrrByEntity(p, "Display", "/sys/class/drm/card0/device/primary-panel/"); in addDisplayMrr()