Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/
H A DGRPCVehicleProxyServer.h90 struct ConnectionDescriptor { struct
91 explicit ConnectionDescriptor(::grpc::ServerWriter<proto::VehiclePropValues>* stream) in ConnectionDescriptor() function
99 ConnectionDescriptor& operator=(const ConnectionDescriptor&) = delete; argument
100 ConnectionDescriptor& operator=(ConnectionDescriptor&& cd) = default; argument
127 std::vector<std::shared_ptr<ConnectionDescriptor>> mValueStreamingConnections; argument
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/
H A DGRPCVehicleProxyServer.h90 struct ConnectionDescriptor { struct
91 explicit ConnectionDescriptor(::grpc::ServerWriter<proto::VehiclePropValues>* stream) in ConnectionDescriptor() function
99 ConnectionDescriptor& operator=(const ConnectionDescriptor&) = delete; argument
100 ConnectionDescriptor& operator=(ConnectionDescriptor&& cd) = default; argument
127 std::vector<std::shared_ptr<ConnectionDescriptor>> mValueStreamingConnections; argument
/aosp_15_r20/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() function
107 ValueWriterType mValueWriter;
108 uint64_t mConnectionID;
109 std::atomic<bool> mIsAlive{true};
111 static std::atomic<uint64_t> CONNECTION_ID_COUNTER;
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc301 struct ConnectionDescriptor { struct
302 CreationTime creation_time_;
303 TeardownTime teardown_time_;
304 uint16_t handle_;
305 bool is_locally_initiated_;
306 hci::ErrorCode disconnect_reason_;
307 ConnectionDescriptor(CreationTime creation_time, TeardownTime teardown_time, uint16_t handle, in ConnectionDescriptor() function
315 virtual ~ConnectionDescriptor() {} in ~ConnectionDescriptor()
316 std::string ToString() const { in ToString()