Searched defs:currentValue (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DLinearFakeValueGenerator.h40 float currentValue; // Should be in range (initialValue +/- dispersion). member in struct:android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator::GeneratorCfg
42 float increment; // Value that we will be added to currentValue with each timer tick.
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp701 Property currentValue = extract((stream->*getter)()); local
702 EXPECT_NE(std::find(capabilities.begin(), capabilities.end(), currentValue),
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp769 Property currentValue = extract((stream->*getter)()); local
770 EXPECT_TRUE(std::find(capabilities.begin(), capabilities.end(), currentValue) !=
772 << "value returned by " << name << "() = " << testing::PrintToString(currentValue)

Completed in 135 milliseconds