Home
last modified time | relevance | path

Searched refs:tipc_send (Results 1 – 9 of 9) sorted by relevance

/system/core/trusty/libtrusty/include/trusty/
Dtipc.h28 ssize_t tipc_send(int fd, const struct iovec* iov, int iovcnt, struct trusty_shm* shm, int shmcnt);
/system/core/trusty/confirmationui/fuzz/
Dmsg_fuzzer.cpp100 int rc = tipc_send(chan, iov, countof(iov), &shm, 1); in Init()
134 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg()
/system/core/trusty/confirmationui/
DTrustyApp.cpp65 int rc = tipc_send(handle_, iov, countof(iov), NULL, 0); in TrustyRpc()
131 int rc = tipc_send(tipc_handle, iov, 2, &shm, 1); in TrustyApp()
/system/core/trusty/libtrusty/
Dtrusty.c55 ssize_t tipc_send(int fd, const struct iovec* iov, int iovcnt, struct trusty_shm* shms, in tipc_send() function
/system/core/trusty/apploader/fuzz/
Dapp_fuzzer.cpp72 int rc = tipc_send(chan, iov, 2, &shm, 1); in SendLoadMsg()
/system/core/trusty/apploader/
Dapploader.cpp178 return tipc_send(tipc_fd, tx, 2, &shm, 1); in send_load_message()
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp145 int rc = tipc_send(tipc_fd_, &iov, 1, &shm, 1); in SendMessage()
/system/core/trusty/coverage/
Dcoverage.cpp97 rc = tipc_send(coverage_srv_fd_, &iov, 1, &shm, 1); in Rpc()
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c938 ssize_t rc = tipc_send(fd, NULL, 0, &shm, 1); in send_fd_test()