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 D | tipc_srv.h | 29 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/ |
D | tipc_srv.h | 94 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 D | RpcServerTrusty.cpp | 148 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()
|