Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs179 pub fn setup_trusty_client<T: FromIBinder + ?Sized>( in setup_trusty_client() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/
Dmain.rs46 RpcSession::new().setup_trusty_client(port.as_c_str()).expect("Failed to create session") in get_service()