Home
last modified time | relevance | path

Searched defs:WaitForReady (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h469 struct WaitForReady { struct
474 static absl::string_view DebugKey() { return "WaitForReady"; } in DebugKey() argument
475 static constexpr bool kRepeatable = false;
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h495 struct WaitForReady { struct
500 static absl::string_view DebugKey() { return "WaitForReady"; } in DebugKey() argument
501 static constexpr bool kRepeatable = false;
/aosp_15_r20/system/extras/memory_replay/
H A DThread.cpp29 void Thread::WaitForReady() { in WaitForReady() function in Thread
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dgrpclb_fallback_test.cc84 WaitForReady, enumerator
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py216 def WaitForReady(self): member in AdbWrapper.PersistentShell