Searched refs:protoValues (Results 1 – 2 of 2) sorted by relevance
265 proto::VehiclePropValues protoValues; in ValuePollingLoop() local266 while (!mShuttingDownFlag.load() && value_stream->Read(&protoValues)) { in ValuePollingLoop()268 for (const auto protoValue : protoValues.values()) { in ValuePollingLoop()
222 proto::VehiclePropValues protoValues; in OnVehiclePropChange() local224 auto* protoValuePtr = protoValues.add_values(); in OnVehiclePropChange()230 auto writeOK = connection->Write(protoValues); in OnVehiclePropChange()