Home
last modified time | relevance | path

Searched defs:kMaxDelay (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/system/chre/host/common/
H A Dsocket_client.cc216 constexpr auto kMaxDelay = std::chrono::minutes(5); in reconnect() local
/aosp_15_r20/external/openthread/src/core/common/
H A Dtimer.hpp141 static const uint32_t kMaxDelay = (Time::kMaxDuration >> 1); member in ot::Timer
/aosp_15_r20/external/openscreen/cast/streaming/
H A Danswer_messages.cc40 static constexpr char kMaxDelay[] = "maxDelay"; variable
/aosp_15_r20/external/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_unittest.cc23 constexpr int kMaxDelay = 100; variable
/aosp_15_r20/external/libchrome-gestures/src/
H A Dlookahead_filter_interpreter.cc20 static const stime_t kMaxDelay = 0.09; // 90ms variable
/aosp_15_r20/external/webrtc/modules/pacing/
H A Dpacing_controller_unittest.cc1992 constexpr TimeDelta kMaxDelay = TimeDelta::Millis(20); in TEST_F() local
2011 constexpr TimeDelta kMaxDelay = TimeDelta::Millis(20); in TEST_F() local
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp617 static constexpr uint32_t kMaxDelay = (72 * Time::kOneHourInMsec); member in ot::MeshCoP::DelayTimerTlv
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_router.cpp3424 static constexpr uint8_t kMaxDelay = 10; in IsExpectedToBecomeRouterSoon() local