Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp91 mConnectionID(CONNECTION_ID_COUNTER.fetch_add(1)) {} in ConnectionDescriptor()
111 static std::atomic<uint64_t> CONNECTION_ID_COUNTER; member
125 std::atomic<uint64_t> GrpcVehicleServerImpl::ConnectionDescriptor::CONNECTION_ID_COUNTER = 0; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl::ConnectionDescriptor