Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal43 oneway onPropertySet(VehiclePropValue propValue);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h105 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet() function
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp316 client->getCallback()->onPropertySet(value); in handlePropertySetEvent()