Searched refs:spawn (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/rust/src/ |
D | binder_async.rs | 44 fn spawn<'a, F1, F2, Fut, A, B, E>( in spawn() method
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 241 P::spawn( in test() 249 P::spawn( in get_dump_args() 259 P::spawn( in get_selinux_context() 273 P::spawn( in get_is_handling_transaction() 411 let child = command.spawn().expect("Could not start service"); in new_internal() 993 std::thread::spawn(|| { in get_is_handling_transaction() 1014 tokio::spawn(async { in get_is_handling_transaction_async()
|
/frameworks/native/libs/debugstore/rust/src/ |
D | storage.rs | 119 thread::spawn(move || { in test_concurrent_insertions()
|
/frameworks/native/libs/binder/rust/binder_tokio/ |
D | lib.rs | 114 fn spawn<'a, F1, F2, Fut, A, B, E>(spawn_me: F1, after_spawn: F2) -> BoxFuture<'a, Result<B, E>> in spawn() method
|
/frameworks/native/services/inputflinger/rust/ |
D | input_filter.rs | 518 .spawn(move || loop { in create_looper()
|