Searched defs:ConnectionDescriptor (Results 1 – 1 of 1) sorted by relevance
86 struct ConnectionDescriptor { struct in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl87 using ValueWriterType = std::function<bool(const vhal_proto::WrappedVehiclePropValue&)>;89 explicit ConnectionDescriptor(ValueWriterType&& value_writer) in ConnectionDescriptor() argument100 ConnectionDescriptor(ConnectionDescriptor&& cd) in ConnectionDescriptor() argument107 ValueWriterType mValueWriter;108 uint64_t mConnectionID;109 std::atomic<bool> mIsAlive{true};111 static std::atomic<uint64_t> CONNECTION_ID_COUNTER;