Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/trusty/include/binder/
DARpcServerTrusty.h30 void ARpcServerTrusty_delete(struct ARpcServerTrusty*);
DRpcServerTrusty.h108 friend void ::ARpcServerTrusty_delete(::ARpcServerTrusty*);
/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/cpp/
DARpcServerTrusty.cpp71 void ARpcServerTrusty_delete(ARpcServerTrusty* rstr) { in ARpcServerTrusty_delete() function
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs41 binder_rpc_server_bindgen::ARpcServerTrusty_delete(self.inner); in drop()