Searched refs:bdp_estimator (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.h | 181 virtual BdpEstimator* bdp_estimator() { return nullptr; } in bdp_estimator() function 299 BdpEstimator* bdp_estimator() override { return &bdp_estimator_; } in bdp_estimator() function
|
D | chttp2_transport.cc | 2496 grpc_core::BdpEstimator* bdp_est = t->flow_control->bdp_estimator(); in read_action_locked() 2563 t->flow_control->bdp_estimator()->SchedulePing(); in schedule_bdp_ping_locked() 2577 t->flow_control->bdp_estimator()->StartPing(); in start_bdp_ping_locked() 2590 grpc_millis next_ping = t->flow_control->bdp_estimator()->CompletePing(); in finish_bdp_ping_locked()
|
/external/grpc-grpc/doc/ |
D | environment_variables.md | 41 - bdp_estimator - traces behavior of bdp estimation logic
|
/external/grpc-grpc/ |
D | gRPC-C++.podspec | 478 'src/core/lib/transport/bdp_estimator.h', 668 'src/core/lib/transport/bdp_estimator.h',
|
D | gRPC-Core.podspec | 487 'src/core/lib/transport/bdp_estimator.h', 657 'src/core/lib/transport/bdp_estimator.cc', 1092 'src/core/lib/transport/bdp_estimator.h',
|
D | grpc.gyp | 416 'src/core/lib/transport/bdp_estimator.cc', 779 'src/core/lib/transport/bdp_estimator.cc', 1015 'src/core/lib/transport/bdp_estimator.cc', 1229 'src/core/lib/transport/bdp_estimator.cc',
|
D | BUILD | 810 "src/core/lib/transport/bdp_estimator.cc", 944 "src/core/lib/transport/bdp_estimator.h",
|
D | config.m4 | 224 src/core/lib/transport/bdp_estimator.cc \
|
D | config.w32 | 199 "src\\core\\lib\\transport\\bdp_estimator.cc " +
|
D | grpc.gemspec | 423 s.files += %w( src/core/lib/transport/bdp_estimator.h ) 593 s.files += %w( src/core/lib/transport/bdp_estimator.cc )
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1435 src/core/lib/transport/bdp_estimator.cc \ 1436 src/core/lib/transport/bdp_estimator.h \
|
D | Doxyfile.c++.internal | 1163 src/core/lib/transport/bdp_estimator.h \
|