Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.h74 void doSetValueFromClient(const VehiclePropValue& propValue);
DVehicleEmulator.cpp64 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleEmulator
DEmulatedVehicleHal.cpp205 getEmulatorOrDie()->doSetValueFromClient(propValue); in set()