Home
last modified time | relevance | path

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

/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.cpp132 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetProperty() local
148 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetPropertyAll() local
156 vhal_proto::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local
239 void VehicleEmulator::populateProtoVehiclePropValue(vhal_proto::VehiclePropValue* protoVal, in populateProtoVehiclePropValue()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp152 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetProperty() local
171 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetPropertyAll() local
187 vhal_proto::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local
319 vhal_proto::VehiclePropValue* protoVal) { in populateProtoVehiclePropValue()