Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/adevice/src/
H A Dcli.rs134 pub fn should_wait(&self) -> Wait { in should_wait() method
183 let should_wait: bool = cli.should_wait().into(); in it_should_wait() localVariable
191 let should_wait: bool = cli.should_wait().into(); in it_should_not_wait() localVariable
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_rtc_certificate_generator.h130 void set_should_wait(bool should_wait) { should_wait_ = should_wait; } in set_should_wait()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_factory_job.cc734 bool should_wait = delegate_->ShouldWait(this); in DoWait() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs680 let should_wait = if let Ok(cq_ref) = self.cq.borrow() { in wait_for_state_change() localVariable