Home
last modified time | relevance | path

Searched defs:tipc_port (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/trusty/include_mock/lib/tipc/
H A Dtipc_srv.h29 struct tipc_port { struct
33 const struct tipc_port_acl* acl; argument
38 int (*on_connect)(const struct tipc_port* port, handle_t chan, const struct uuid* peer, argument
48 static inline int tipc_add_service(struct tipc_hset*, const struct tipc_port*, uint32_t, uint32_t, in tipc_add_service()
/aosp_15_r20/trusty/user/base/lib/tipc/include/lib/tipc/
Dtipc_srv.h94 struct tipc_port { struct
98 const struct tipc_port_acl* acl; argument
99 const void* priv;
/aosp_15_r20/frameworks/native/libs/binder/trusty/
H A DRpcServerTrusty.cpp148 int RpcServerTrusty::handleMessage(const tipc_port* /*port*/, handle_t /*chan*/, void* ctx) { in handleMessage()
171 void RpcServerTrusty::handleDisconnect(const tipc_port* /*port*/, handle_t /*chan*/, void* ctx) { in handleDisconnect()