Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs105 pub struct RpcServerConnection { struct
109 impl Drop for RpcServerConnection { implementation
119 type Connection = RpcServerConnection;
127 let mut conn = RpcServerConnection { ctx: std::ptr::null_mut() }; in on_connect()