Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h87 struct ConnectionDescriptor { struct
88 explicit ConnectionDescriptor(::grpc::ServerWriter<proto::VehiclePropValues>* stream) in ConnectionDescriptor() function
96 ConnectionDescriptor& operator=(const ConnectionDescriptor&) = delete; argument
97 ConnectionDescriptor& operator=(ConnectionDescriptor&& cd) = default; argument
124 std::vector<std::shared_ptr<ConnectionDescriptor>> mValueStreamingConnections; argument