Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h90 mConnectionID(connection_id_counter_.fetch_add(1) + 1), in ConnectionDescriptor()
116 static std::atomic<uint64_t> connection_id_counter_; member
DGRPCVehicleProxyServer.cpp34 std::atomic<uint64_t> GrpcVehicleProxyServer::ConnectionDescriptor::connection_id_counter_{0};