Home
last modified time | relevance | path

Searched defs:minimum_delay (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/client/
Dfl_runner.pb.h1263 inline const ::PROTOBUF_NAMESPACE_ID::Duration& RetryInfo::minimum_delay() const { in minimum_delay() function
1268 ::PROTOBUF_NAMESPACE_ID::Duration* minimum_delay) { in unsafe_arena_set_allocated_minimum_delay()
1310 inline void RetryInfo::set_allocated_minimum_delay(::PROTOBUF_NAMESPACE_ID::Duration* minimum_delay in set_allocated_minimum_delay()
Dfl_runner.pb.cc816 RetryInfo::_Internal::minimum_delay(const RetryInfo* msg) { in minimum_delay() function in fcp::client::RetryInfo::_Internal
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dfl_runner.proto95 google.protobuf.Duration minimum_delay = 2; field
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2.cc1014 absl::optional<TimeDelta> minimum_delay = std::max(min_delays); in UpdatePlayoutDelays() local