Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dthermal.cpp52 static IThermalService *gIThermalServiceForTesting = nullptr; variable
85 if (gIThermalServiceForTesting) { in createAThermalManager()
86 return new AThermalManager(gIThermalServiceForTesting); in createAThermalManager()
355 gIThermalServiceForTesting = static_cast<IThermalService *>(iThermalService); in AThermal_setIThermalServiceForTesting()