Searched refs:onPropertyValue (Results 1 – 6 of 6) sorted by relevance
23 void VehicleHalClient::onPropertyValue(const VehiclePropValue& value, bool updateStatus) { in onPropertyValue() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalClient
35 void onPropertyValue(const VehiclePropValue& value, bool updateStatus) override;
74 void onPropertyValue(const VehiclePropValue& value, bool updateStatus);
108 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
56 virtual void onPropertyValue(const VehiclePropValue& value, bool updateStatus) = 0;
71 return this->onPropertyValue(value, updateStatus); in onPropertyValueFromCar()