Lines Matching refs:force_no_cache
505 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()
1266 force_no_cache, sensor_log_map)) { in readThermalSensor()
1337 bool force_no_cache = false; in thermalWatcherCallbackFunc() local
1388 force_no_cache = true; in thermalWatcherCallbackFunc()
1405 << ", force_no_cache = " << force_no_cache; in thermalWatcherCallbackFunc()
1418 if (!readTemperature(name_status_pair.first, &temp, &throttling_status, force_no_cache)) { in thermalWatcherCallbackFunc()