Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp505 const bool force_no_cache) { in readTemperature() argument
511 if (!readThermalSensor(sensor_name, &temp, force_no_cache, &sensor_log_map)) { in readTemperature()
968 const SensorFusionType type, const bool force_no_cache, in readDataByType() argument
972 if (!readThermalSensor(sensor_data.data(), reading_value, force_no_cache, in readDataByType()
997 const bool force_no_cache, in runVirtualTempEstimator() argument
1054 force_no_cache, sensor_log_map)) { in runVirtualTempEstimator()
1186 const bool force_no_cache, in readThermalSensor() argument
1213 if (!force_no_cache && in readThermalSensor()
1240 force_no_cache, sensor_log_map)) { in readThermalSensor()
1254 if (!runVirtualTempEstimator(sensor_name, sensor_log_map, force_no_cache, in readThermalSensor()
[all …]
Dthermal-helper.h217 const SensorFusionType type, const bool force_no_cache,
223 const bool force_no_cache, std::vector<float> *outputs);