Home
last modified time | relevance | path

Searched refs:protoValues (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp265 proto::VehiclePropValues protoValues; in ValuePollingLoop() local
266 while (!mShuttingDownFlag.load() && value_stream->Read(&protoValues)) { in ValuePollingLoop()
268 for (const auto protoValue : protoValues.values()) { in ValuePollingLoop()
DGRPCVehicleProxyServer.cpp222 proto::VehiclePropValues protoValues; in OnVehiclePropChange() local
224 auto* protoValuePtr = protoValues.add_values(); in OnVehiclePropChange()
230 auto writeOK = connection->Write(protoValues); in OnVehiclePropChange()