Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DLinearFakeValueGenerator.cpp37 .currentValue = v.floatValues[0], in LinearFakeValueGenerator()
45 mGenCfg.currentValue += mGenCfg.increment; in nextEvent()
46 if (mGenCfg.currentValue > mGenCfg.initialValue + mGenCfg.dispersion) { in nextEvent()
47 mGenCfg.currentValue = mGenCfg.initialValue - mGenCfg.dispersion; in nextEvent()
54 value.int32Values[0] = static_cast<int32_t>(mGenCfg.currentValue); in nextEvent()
58 value.int64Values[0] = static_cast<int64_t>(mGenCfg.currentValue); in nextEvent()
62 value.floatValues[0] = mGenCfg.currentValue; in nextEvent()
DLinearFakeValueGenerator.h39 float currentValue; // Should be in range (initialValue +/- dispersion). member
/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp129 std::abs(temperature.currentValue) < MAX_DEVICE_TEMPERATURE || in checkDeviceTemperature()
130 isnan(temperature.currentValue)); in checkDeviceTemperature()
136 EXPECT_TRUE(temperature.currentValue < temperature.shutdownThreshold || in checkDeviceTemperature()
137 isnan(temperature.currentValue) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
157 EXPECT_LE(0, coolingDevice.currentValue); in checkCoolingDevice()
158 EXPECT_GT(MAX_FAN_SPEED, coolingDevice.currentValue); in checkCoolingDevice()
/hardware/interfaces/thermal/1.0/
Dtypes.hal51 float currentValue;
89 float currentValue;
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp88 temperatures[i].currentValue = finalizeTemperature(list[i].current_value); in getTemperatures()
170 coolingDevices[i].currentValue = list[i].current_value; in getCoolingDevices()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp44 .currentValue = 30.8,
68 .currentValue = 100.0,
/hardware/interfaces/thermal/1.1/vts/functional/
DVtsHalThermalV1_1TargetTest.cpp38 .currentValue = 98.6,
/hardware/google/pixel/thermal/
DThermal.cpp276 << " Name: " << t.name << " CurrentValue: " << t.currentValue in debug()
Dthermal-helper.cpp260 out->currentValue = std::stof(temp) * sensor_info.multiplier; in readTemperature()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1088 Property currentValue = extract((stream->*getter)()); variable
1089 EXPECT_TRUE(std::find(capabilities.begin(), capabilities.end(), currentValue) !=
1091 << "value returned by " << name << "() = " << testing::PrintToString(currentValue)