Home
last modified time | relevance | path

Searched defs:initialValue (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeValueGenerator.h41 float initialValue; // member
59 void startGeneratingHalEvents(std::chrono::nanoseconds interval, int propId, float initialValue, in startGeneratingHalEvents()
DDefaultConfig.h73 VehiclePropValue::RawValue initialValue; member
DEmulatedVehicleHal.cpp321 float initialValue = v.floatValues[0]; in handleGenerateFakeDataRequest() local
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp186 Property initialValue; // Save initial value to restore it at the end local
223 Property initialValue; local
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h462 LatchedState(Layer& parent, T initialValue) in LatchedState()