Home
last modified time | relevance | path

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

/hardware/libhardware/modules/thermal/
Dthermal.c73 .throttling_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
74 .shutdown_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
75 .vr_throttling_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
/hardware/libhardware/include/hardware/
Dthermal.h35 #define UNKNOWN_TEMPERATURE -FLT_MAX macro
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp40 return temperature == UNKNOWN_TEMPERATURE ? NAN : temperature; in finalizeTemperature()