Searched refs:ARpcServerTrusty (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/cpp/ |
D | ARpcServerTrusty.cpp | 30 struct ARpcServerTrusty { struct 33 ARpcServerTrusty() = delete; argument 34 ARpcServerTrusty(sp<RpcServer> rpcServer) : mRpcServer(std::move(rpcServer)) {} in ARpcServerTrusty() argument 37 ARpcServerTrusty* ARpcServerTrusty_newPerSession(AIBinder* (*cb)(const void*, size_t, char*), in ARpcServerTrusty_newPerSession() 68 return new (std::nothrow) ARpcServerTrusty(std::move(rpcServer)); in ARpcServerTrusty_newPerSession() 71 void ARpcServerTrusty_delete(ARpcServerTrusty* rstr) { in ARpcServerTrusty_delete() 75 int ARpcServerTrusty_handleConnect(ARpcServerTrusty* rstr, handle_t chan, const uuid* peer, in ARpcServerTrusty_handleConnect()
|
D | rules.mk | 22 $(LOCAL_DIR)/ARpcServerTrusty.cpp \
|
/frameworks/native/libs/binder/trusty/include/binder/ |
D | ARpcServerTrusty.h | 25 struct ARpcServerTrusty; 27 struct ARpcServerTrusty* ARpcServerTrusty_newPerSession(struct AIBinder* (*)(const void*, size_t, 30 void ARpcServerTrusty_delete(struct ARpcServerTrusty*); 31 int ARpcServerTrusty_handleConnect(struct ARpcServerTrusty*, handle_t, const struct uuid*, void**);
|
D | RpcServerTrusty.h | 104 friend struct ::ARpcServerTrusty; 105 friend ::ARpcServerTrusty* ::ARpcServerTrusty_newPerSession(::AIBinder* (*)(const void*, size_t, 108 friend void ::ARpcServerTrusty_delete(::ARpcServerTrusty*); 109 friend int ::ARpcServerTrusty_handleConnect(::ARpcServerTrusty*, handle_t, const uuid*, void**);
|
/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/ |
D | rules.mk | 31 $(LIBBINDER_DIR)/trusty/include/binder/ARpcServerTrusty.h
|
/frameworks/native/libs/binder/rust/rpcbinder/src/server/ |
D | trusty.rs | 27 inner: *mut binder_rpc_server_bindgen::ARpcServerTrusty,
|