Home
last modified time | relevance | path

Searched refs:isVariableUpdateRateSupported (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h314 static bool isVariableUpdateRateSupported(
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp566 bool isVariableUpdateRateSupported(const std::unique_ptr<IHalPropConfig>& config, int32_t areaId) { in isVariableUpdateRateSupported() function
569 areaConfigPtr->isVariableUpdateRateSupported()) { in isVariableUpdateRateSupported()
601 if (!isVariableUpdateRateSupported(propConfig, /* areaId= */ 0)) { in TEST_P()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2252 bool FakeVehicleHardware::isVariableUpdateRateSupported(const VehiclePropConfig& vehiclePropConfig, in isVariableUpdateRateSupported() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
2364 if (isVariableUpdateRateSupported(vehiclePropConfig, areaId) && in subscribePropIdAreaIdLocked()