Searched refs:addDisplayMrrByEntity (Results 1 – 6 of 6) sorted by relevance
/device/google/felix/powerstats/felix/ |
D | service.cpp | 44 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/ |
D | service.cpp | 40 addDisplayMrrByEntity(p, "Outer-Display", "/sys/class/drm/card0/device/secondary-panel/"); in addOuterDisplay()
|
/device/google/gs201/powerstats/include/ |
D | Gs201CommonDataProviders.h | 28 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path);
|
/device/google/zumapro/powerstats/include/ |
D | ZumaProCommonDataProviders.h | 27 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path);
|
/device/google/gs201/powerstats/ |
D | Gs201CommonDataProviders.cpp | 613 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/ |
D | ZumaProCommonDataProviders.cpp | 678 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()
|