Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/trusty/include/binder/
DARpcServerTrusty.h31 int ARpcServerTrusty_handleConnect(struct ARpcServerTrusty*, handle_t, const struct uuid*, void**);
DRpcServerTrusty.h109 friend int ::ARpcServerTrusty_handleConnect(::ARpcServerTrusty*, handle_t, const uuid*, void**);
/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/cpp/
DARpcServerTrusty.cpp75 int ARpcServerTrusty_handleConnect(ARpcServerTrusty* rstr, handle_t chan, const uuid* peer, in ARpcServerTrusty_handleConnect() function
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs129 binder_rpc_server_bindgen::ARpcServerTrusty_handleConnect( in on_connect()