Home
last modified time | relevance | path

Searched refs:handle_t (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/trusty/include_mock/
Dtrusty_ipc.h36 typedef int handle_t; typedef
42 handle_t* handles;
55 static inline handle_t port_create(const char*, uint32_t, uint32_t, uint32_t) { in port_create()
58 static inline handle_t connect(const char*, uint32_t) { in connect()
61 static inline handle_t accept(handle_t, uuid_t*) { in accept() argument
64 static inline int set_cookie(handle_t, void*) { in set_cookie() argument
67 static inline handle_t handle_set_create(void) { in handle_set_create()
70 static inline int handle_set_ctrl(handle_t, uint32_t, struct uevent*) { in handle_set_ctrl() argument
73 static inline int wait(handle_t, uevent_t*, uint32_t) { in wait() argument
79 static inline int get_msg(handle_t, ipc_msg_info_t*) { in get_msg() argument
[all …]
/frameworks/native/libs/binder/trusty/include_mock/lib/tipc/
Dtipc_srv.h38 int (*on_connect)(const struct tipc_port* port, handle_t chan, const struct uuid* peer,
41 int (*on_message)(const struct tipc_port* port, handle_t chan, void* ctx);
43 void (*on_disconnect)(const struct tipc_port* port, handle_t chan, void* ctx);
/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h109 friend int ::ARpcServerTrusty_handleConnect(::ARpcServerTrusty*, handle_t, const uuid*, void**);
120 static int handleConnect(const tipc_port* port, handle_t chan, const uuid* peer, void** ctx_p);
121 static int handleMessage(const tipc_port* port, handle_t chan, void* ctx);
122 static void handleDisconnect(const tipc_port* port, handle_t chan, void* ctx);
125 static int handleConnectInternal(RpcServer* rpcServer, handle_t chan, const uuid* peer,
DARpcServerTrusty.h31 int ARpcServerTrusty_handleConnect(struct ARpcServerTrusty*, handle_t, const struct uuid*, void**);
/frameworks/native/libs/binder/trusty/
DRpcServerTrusty.cpp97 int RpcServerTrusty::handleConnect(const tipc_port* port, handle_t chan, const uuid* peer, in handleConnect()
103 int RpcServerTrusty::handleConnectInternal(RpcServer* rpcServer, handle_t chan, const uuid* peer, in handleConnectInternal()
132 handle_t chanDup = dup(chan); in handleConnectInternal()
148 int RpcServerTrusty::handleMessage(const tipc_port* /*port*/, handle_t /*chan*/, void* ctx) { in handleMessage() argument
169 void RpcServerTrusty::handleDisconnect(const tipc_port* /*port*/, handle_t /*chan*/, void* ctx) { in handleDisconnect() argument
DRpcTransportTipcTrusty.cpp63 handle_t msgHandles[IPC_MAX_MSG_HANDLES]; in interruptableWriteFully()
151 handle_t msgHandles[IPC_MAX_MSG_HANDLES]; in interruptableReadFully()
/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()