Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp86 struct ConnectionDescriptor { struct in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
87 using ValueWriterType = std::function<bool(const vhal_proto::WrappedVehiclePropValue&)>;
89 explicit ConnectionDescriptor(ValueWriterType&& value_writer) in ConnectionDescriptor() argument
100 ConnectionDescriptor(ConnectionDescriptor&& cd) in ConnectionDescriptor() argument
107 ValueWriterType mValueWriter;
108 uint64_t mConnectionID;
109 std::atomic<bool> mIsAlive{true};
111 static std::atomic<uint64_t> CONNECTION_ID_COUNTER;