Home
last modified time | relevance | path

Searched refs:block_on (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs160 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
161 self.0.block_on(future) in block_on()
166 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
167 self.0.block_on(future) in block_on()
172 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
173 self.0.block_on(future) in block_on()
/frameworks/native/libs/binder/rust/src/
Dbinder_async.rs63 fn block_on<F: Future>(&self, future: F) -> F::Output; in block_on() method