Searched refs:onPropertyValueFromCar (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | VehicleHalServer.cpp | 89 onPropertyValueFromCar(value, update_status); in sendAllValuesToClient() 119 onPropertyValueFromCar(*updatedPropValue, updateStatus); in onFakeValueGenerated() 196 onPropertyValueFromCar( in handleGenerateFakeDataRequest() 199 onPropertyValueFromCar( in handleGenerateFakeDataRequest() 252 onPropertyValueFromCar(*updatedPropValue, updateStatus); in onSetProperty() 261 onPropertyValueFromCar(*updatedPropValue, updateStatus); in onSetProperty() 270 onPropertyValueFromCar(*updatedPropValue, updateStatus); in onSetProperty() 282 onPropertyValueFromCar(*createApPowerStateReq(VehicleApPowerStateReq::ON, 0), in onSetProperty() 290 onPropertyValueFromCar( in onSetProperty() 321 onPropertyValueFromCar(*updatedPropValue, updateStatus); in onSetProperty() [all …]
|
D | EmulatedVehicleConnector.cpp | 59 onPropertyValueFromCar(*updatedValue, updateStatus); in onSetProperty()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleServer.h | 55 virtual void onPropertyValueFromCar(const VehiclePropValue& value, bool updateStatus) = 0;
|
D | VehicleConnector.h | 70 void onPropertyValueFromCar(const VehiclePropValue& value, bool updateStatus) override { in onPropertyValueFromCar() function
|