Searched refs:ThermalManager (Results 1 – 5 of 5) sorted by relevance
/external/skia/tools/ |
D | ThermalManager.cpp | 35 ThermalManager::ThermalManager(int32_t threshold, uint32_t sleepIntervalMs, uint32_t timeoutMs) in ThermalManager() function in ThermalManager 61 bool ThermalManager::coolOffIfNecessary() { in coolOffIfNecessary() 75 int32_t ThermalManager::OpenFileAndReadInt32(const char* path) { in OpenFileAndReadInt32() 89 ThermalManager::TripPoint::TripPoint(SkString thermalZoneRoot, SkString pointName, in TripPoint() 102 bool ThermalManager::TripPoint::willTrip() { in willTrip()
|
D | ThermalManager.h | 24 class ThermalManager { 26 ThermalManager(int32_t threshold, uint32_t sleepIntervalMs, uint32_t timeoutMs);
|
/external/skia/bench/ |
D | nanobench.cpp | 1187 ThermalManager tm(tmThreshold, tmSleepTimeMs, tmTimeoutMs); in main()
|
/external/skia/ |
D | BUILD.gn | 923 "tools/ThermalManager.cpp",
|
D | Android.bp | 1542 "tools/ThermalManager.cpp", 2108 "tools/ThermalManager.cpp",
|