Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp131 vhal_proto::VehiclePropValue* protoVal = respMsg.add_value(); in doGetProperty() local
147 vhal_proto::VehiclePropValue* protoVal = respMsg.add_value(); in doGetPropertyAll() local
155 vhal_proto::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local
224 void VehicleEmulator::populateProtoVehiclePropValue(vhal_proto::VehiclePropValue* protoVal, in populateProtoVehiclePropValue()
DProtoMessageConverter.cpp151 void toProto(vhal_proto::VehiclePropValue* protoVal, const VehiclePropValue& val) { in toProto()
182 void fromProto(VehiclePropValue* val, const vhal_proto::VehiclePropValue& protoVal) { in fromProto()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DProtoMessageConverter_test.cpp79 vhal_proto::VehiclePropValue protoVal; in CheckPropValueConversion() local