Searched refs:protoVal (Results 1 – 4 of 4) sorted by relevance
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/ |
D | VehicleEmulator.cpp | 152 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetProperty() local 153 populateProtoVehiclePropValue(*result.value(), protoVal); in doGetProperty() 171 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetPropertyAll() local 172 populateProtoVehiclePropValue(*prop, protoVal); in doGetPropertyAll() 187 vhal_proto::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local 190 .areaId = protoVal.area_id(), in doSetProperty() 191 .prop = protoVal.prop(), in doSetProperty() 192 .status = static_cast<VehiclePropertyStatus>(protoVal.status()), in doSetProperty() 195 ALOGD("set property: %d", protoVal.prop()); in doSetProperty() 198 if (protoVal.has_string_value()) { in doSetProperty() [all …]
|
/device/generic/car/emulator/vhal_v2_0/ |
D | VehicleEmulator.cpp | 132 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetProperty() local 133 populateProtoVehiclePropValue(protoVal, val.get()); in doGetProperty() 148 vhal_proto::VehiclePropValue* protoVal = respMsg->add_value(); in doGetPropertyAll() local 149 populateProtoVehiclePropValue(protoVal, &prop); in doGetPropertyAll() 156 vhal_proto::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local 159 .areaId = protoVal.area_id(), in doSetProperty() 160 .prop = protoVal.prop(), in doSetProperty() 161 .status = (VehiclePropertyStatus)protoVal.status(), in doSetProperty() 167 if (protoVal.has_string_value()) { in doSetProperty() 168 val.value.stringValue = protoVal.string_value().c_str(); in doSetProperty() [all …]
|
D | VehicleEmulator.h | 97 void populateProtoVehiclePropValue(vhal_proto::VehiclePropValue* protoVal,
|
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/include/ |
D | VehicleEmulator.h | 67 vhal_proto::VehiclePropValue* protoVal);
|