Searched defs:handle_t (Results  1 – 2 of 2) sorted by relevance
| /frameworks/native/libs/binder/trusty/include_mock/ | 
| D | trusty_ipc.h | 36 typedef int handle_t;  typedef61 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
 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
 82 static inline ssize_t read_msg(handle_t, uint32_t, uint32_t, ipc_msg_t*) {  in read_msg()  argument
 85 static inline int put_msg(handle_t, uint32_t) {  in put_msg()  argument
 88 static inline ssize_t send_msg(handle_t, ipc_msg_t*) {  in send_msg()  argument
 
 | 
| /frameworks/native/libs/binder/trusty/ | 
| D | RpcServerTrusty.cpp | 144 int RpcServerTrusty::handleMessage(const tipc_port* /*port*/, handle_t /*chan*/, void* ctx) {  in handleMessage()  argument161 void RpcServerTrusty::handleDisconnect(const tipc_port* /*port*/, handle_t /*chan*/, void* ctx) {  in handleDisconnect()  argument
 
 |