Home
last modified time | relevance | path

Searched refs:onPropertyValue (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleHalClient.cpp23 void VehicleHalClient::onPropertyValue(const VehiclePropValue& value, bool updateStatus) { in onPropertyValue() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalClient
H A DVehicleHalClient.h35 void onPropertyValue(const VehiclePropValue& value, bool updateStatus) override;
H A DEmulatedVehicleHal.h74 void onPropertyValue(const VehiclePropValue& value, bool updateStatus);
H A DEmulatedVehicleHal.cpp108 mVehicleClient->registerPropertyValueCallback(std::bind(&EmulatedVehicleHal::onPropertyValue, in EmulatedVehicleHal()
394 void EmulatedVehicleHal::onPropertyValue(const VehiclePropValue& value, bool updateStatus) { in onPropertyValue() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleClient.h56 virtual void onPropertyValue(const VehiclePropValue& value, bool updateStatus) = 0;
H A DVehicleConnector.h71 return this->onPropertyValue(value, updateStatus); in onPropertyValueFromCar()