Home
last modified time | relevance | path

Searched refs:initialValue (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultConfig.h159 VehiclePropValue::RawValue initialValue; member
172 .initialValue = {.floatValues = {15000.0f}}},
180 .initialValue = {.int32Values = {1}}},
189 .initialValue = {.floatValues = {150000.0f}}},
197 .initialValue = {.int32Values = {1}}},
206 .initialValue = {.int32Values = {SEAT_1_LEFT}}},
215 .initialValue = {.int32Values = {FUEL_DOOR_REAR_LEFT}}},
224 .initialValue = {.int32Values = {CHARGE_PORT_FRONT_LEFT}}},
232 .initialValue = {.stringValue = "Toy Vehicle"}},
241 .initialValue = {.floatValues = {0.0f}}},
[all …]
DLinearFakeValueGenerator.cpp36 .initialValue = v.floatValues[0], in LinearFakeValueGenerator()
46 if (mGenCfg.currentValue > mGenCfg.initialValue + mGenCfg.dispersion) { in nextEvent()
47 mGenCfg.currentValue = mGenCfg.initialValue - mGenCfg.dispersion; in nextEvent()
DLinearFakeValueGenerator.h38 float initialValue; member
DEmulatedVehicleHal.cpp265 prop.value = it.initialValue; in onCreate()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h326 Property initialValue = expectedInitial.value; variable
327 ASSERT_OK((device.get()->*getter)(returnIn(res, initialValue)));
330 EXPECT_EQ(expectedInitial.value, initialValue);
334 valuesToTest.push_back(initialValue);
362 EXPECT_RESULT(expectedResults, (device.get()->*setter)(initialValue));
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h462 LatchedState(Layer& parent, T initialValue) in LatchedState() argument
464 mPendingValue(initialValue), in LatchedState()
465 mValue(initialValue) {} in LatchedState()