Searched refs:trait_name_async (Results 1 – 1 of 1) sorted by relevance
615 auto trait_name_async = trait_name + "Async"; in GenerateRustInterface() local641 *code_writer << "async: " << trait_name_async << ",\n"; in GenerateRustInterface()692 *code_writer << "pub trait " << trait_name_async << "<P>: binder::Interface + Send {\n"; in GenerateRustInterface()895 *code_writer << "impl<P: binder::BinderAsyncPool> " << trait_name_async << "<P> for " in GenerateRustInterface()