Home
last modified time | relevance | path

Searched refs:ThermalManager (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/
DThermalManager.cpp35 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()
106 bool ThermalManager::TripPoint::willTrip() { in willTrip()
DThermalManager.h24 class ThermalManager {
26 ThermalManager(int32_t threshold, uint32_t sleepIntervalMs, uint32_t timeoutMs);
/external/skia/gyp/
Dtools.gyp436 '../tools/ThermalManager.cpp',
/external/skia/bench/
DAndroid.mk409 ../tools/ThermalManager.cpp \
Dnanobench.cpp1101 ThermalManager tm(tmThreshold, tmSleepTimeMs, tmTimeoutMs); in nanobench_main()