Searched refs:temps (Results 1 – 2 of 2) sorted by relevance
111 [&](ThermalStatus status, const hidl_vec<Temperature>& temps) { in PullInternal() argument118 for (size_t i = 0; i < temps.size(); ++i) { in PullInternal()121 ptr->write((static_cast<int>(temps[i].type))); in PullInternal()122 ptr->write(temps[i].name); in PullInternal()124 int32_t temp = static_cast<int>(temps[i].currentValue * 10); in PullInternal()
424 float[] temps = mHardwarePropertiesManager.getDeviceTemperatures( in updateTemperatureWarning() local427 if (temps.length != 0) { in updateTemperatureWarning()428 float temp = temps[0]; in updateTemperatureWarning()