Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc176 ActionToOperations(next_action_)); in RunToNextGetAudio()
177 next_action_ = absl::nullopt; in RunToNextGetAudio()
283 next_action_ = absl::optional<Action>(next_operation); in SetNextAction()
Dneteq_test.h113 absl::optional<Action> next_action_; variable
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2851 s->flow_control->IncomingByteStreamUpdate(bs->next_action_.max_size_hint, in NextLocked()
2860 GRPC_CLOSURE_SCHED(bs->next_action_.on_complete, GRPC_ERROR_NONE); in NextLocked()
2862 GRPC_CLOSURE_SCHED(bs->next_action_.on_complete, in NextLocked()
2872 GRPC_CLOSURE_SCHED(bs->next_action_.on_complete, in NextLocked()
2883 s->on_next = bs->next_action_.on_complete; in NextLocked()
2895 next_action_.max_size_hint = max_size_hint; in Next()
2896 next_action_.on_complete = on_complete; in Next()
2898 GRPC_CLOSURE_INIT(&next_action_.closure, in Next()
Dinternal.h268 } next_action_; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2950 s->flow_control->IncomingByteStreamUpdate(bs->next_action_.max_size_hint, in NextLocked()
2959 grpc_core::ExecCtx::Run(DEBUG_LOCATION, bs->next_action_.on_complete, in NextLocked()
2962 grpc_core::ExecCtx::Run(DEBUG_LOCATION, bs->next_action_.on_complete, in NextLocked()
2972 grpc_core::ExecCtx::Run(DEBUG_LOCATION, bs->next_action_.on_complete, in NextLocked()
2983 s->on_next = bs->next_action_.on_complete; in NextLocked()
2995 next_action_.max_size_hint = max_size_hint; in Next()
2996 next_action_.on_complete = on_complete; in Next()
2998 GRPC_CLOSURE_INIT(&next_action_.closure, in Next()
Dinternal.h275 } next_action_; variable