Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp122 std::list<ConnectionDescriptor> mValueStreamingConnections; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
180 return mValueStreamingConnections.size(); in NumOfActivePropertyValueStream()
192 for (auto& connection : mValueStreamingConnections) { in onPropertyValueFromCar()
210 for (auto itr = mValueStreamingConnections.begin(); itr != mValueStreamingConnections.end();) { in onPropertyValueFromCar()
212 itr = mValueStreamingConnections.erase(itr); in onPropertyValueFromCar()
288 auto& conn = mValueStreamingConnections.emplace_back(std::move(callBack)); in StartPropertyValuesStream()