Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.h74 void doSetValueFromClient(const VehiclePropValue& propValue);
H A DVehicleEmulator.cpp65 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleEmulator
H A DEmulatedVehicleHal.cpp398 getEmulatorOrDie()->doSetValueFromClient(*updatedPropValue); in onPropertyValue()