Home
last modified time | relevance | path

Searched defs:VehiclePropValue (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/evs/app/
DEvsVehicleListener.h30 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent()
41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DUtils.java49 static VehiclePropValue readVhalProperty( in readVhalProperty() argument
70 static VehiclePropValue readVhalProperty( in readVhalProperty() argument
77 static VehiclePropValue readVhalProperty( in readVhalProperty() argument
/packages/services/Car/tools/emulator/
DVehicleHalProto_pb2.py553 class VehiclePropValue(_message.Message): class