/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/ |
H A D | flow_control_fuzzer.cc | 236 next_bdp_ping_ = tfc_->bdp_estimator()->CompletePing(); in Perform() 244 if (auto* bdp = tfc_->bdp_estimator()) { in Perform() 304 if (auto* bdp = tfc_->bdp_estimator()) { in Perform()
|
H A D | flow_control_test.cc | 141 BdpEstimator* bdp = tfc.bdp_estimator(); in TEST_F()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.h | 260 BdpEstimator* bdp_estimator() { return &bdp_estimator_; } in bdp_estimator() function
|
D | chttp2_transport.cc | 2653 t->flow_control.bdp_estimator()->SchedulePing(); in schedule_bdp_ping_locked() 2684 t->flow_control.bdp_estimator()->StartPing(); in start_bdp_ping_locked() 2716 t->flow_control.bdp_estimator()->CompletePing(); in finish_bdp_ping_locked() 2741 if (t->flow_control.bdp_estimator()->accumulator() == 0) { in next_bdp_ping_timer_expired_locked()
|
D | parsing.cc | 506 grpc_core::BdpEstimator* bdp_est = t->flow_control.bdp_estimator(); in init_data_frame_parser()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | flow_control.h | 269 BdpEstimator* bdp_estimator() { return &bdp_estimator_; } in bdp_estimator() function
|
H A D | chttp2_transport.cc | 2766 tp->flow_control.bdp_estimator()->SchedulePing(); in schedule_bdp_ping_locked() 2798 t->flow_control.bdp_estimator()->StartPing(); in start_bdp_ping_locked() 2829 t->flow_control.bdp_estimator()->CompletePing(); in finish_bdp_ping_locked() 2853 if (t->flow_control.bdp_estimator()->accumulator() == 0) { in next_bdp_ping_timer_expired_locked()
|
H A D | parsing.cc | 529 grpc_core::BdpEstimator* bdp_est = t->flow_control.bdp_estimator(); in init_data_frame_parser()
|
/aosp_15_r20/external/grpc-grpc/doc/ |
H A D | environment_variables.md | 47 - bdp_estimator - traces behavior of bdp estimation logic
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ |
D | BUILD | 2315 name = "bdp_estimator", 2317 "lib/transport/bdp_estimator.cc", 2319 hdrs = ["lib/transport/bdp_estimator.h"], 5357 "bdp_estimator",
|
/aosp_15_r20/external/grpc-grpc/src/core/ |
H A D | BUILD | 2790 name = "bdp_estimator", 2792 "lib/transport/bdp_estimator.cc", 2794 hdrs = ["lib/transport/bdp_estimator.h"], 6542 "bdp_estimator",
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | Android.bp | 401 "src/core/lib/transport/bdp_estimator.cc",
|
H A D | gRPC-Core.podspec | 1917 'src/core/lib/transport/bdp_estimator.cc', 1918 'src/core/lib/transport/bdp_estimator.h', 3295 'src/core/lib/transport/bdp_estimator.h',
|
H A D | gRPC-C++.podspec | 1244 'src/core/lib/transport/bdp_estimator.h', 2516 'src/core/lib/transport/bdp_estimator.h',
|
H A D | BUILD | 4654 "//src/core:bdp_estimator",
|
H A D | config.m4 | 784 src/core/lib/transport/bdp_estimator.cc \
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | gRPC-Core.podspec | 1752 'src/core/lib/transport/bdp_estimator.cc', 1753 'src/core/lib/transport/bdp_estimator.h', 2824 'src/core/lib/transport/bdp_estimator.h',
|
D | grpc.gyp | 987 'src/core/lib/transport/bdp_estimator.cc', 1448 'src/core/lib/transport/bdp_estimator.cc',
|
D | gRPC-C++.podspec | 1057 'src/core/lib/transport/bdp_estimator.h', 2096 'src/core/lib/transport/bdp_estimator.h',
|
D | BUILD | 3902 "//src/core:bdp_estimator",
|
D | config.m4 | 809 src/core/lib/transport/bdp_estimator.cc \
|
D | grpc.gemspec | 1658 s.files += %w( src/core/lib/transport/bdp_estimator.cc ) 1659 s.files += %w( src/core/lib/transport/bdp_estimator.h )
|
/aosp_15_r20/external/perfetto/buildtools/grpc/ |
H A D | BUILD.gn | 5343 "src/src/core/lib/transport/bdp_estimator.cc", 5344 "src/src/core/lib/transport/bdp_estimator.h", 6365 "src/src/core/lib/transport/bdp_estimator.cc", 6366 "src/src/core/lib/transport/bdp_estimator.h",
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 2437 src/core/lib/transport/bdp_estimator.cc \ 2438 src/core/lib/transport/bdp_estimator.h \
|
D | Doxyfile.c++.internal | 2654 src/core/lib/transport/bdp_estimator.cc \ 2655 src/core/lib/transport/bdp_estimator.h \
|