Searched refs:tipc_send (Results 1 – 9 of 9) sorted by relevance
/system/core/trusty/libtrusty/include/trusty/ |
D | tipc.h | 28 ssize_t tipc_send(int fd, const struct iovec* iov, int iovcnt, struct trusty_shm* shm, int shmcnt);
|
/system/core/trusty/confirmationui/fuzz/ |
D | msg_fuzzer.cpp | 100 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/ |
D | TrustyApp.cpp | 65 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/ |
D | trusty.c | 55 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/ |
D | app_fuzzer.cpp | 72 int rc = tipc_send(chan, iov, 2, &shm, 1); in SendLoadMsg()
|
/system/core/trusty/apploader/ |
D | apploader.cpp | 178 return tipc_send(tipc_fd, tx, 2, &shm, 1); in send_load_message()
|
/system/core/trusty/utils/acvp/ |
D | trusty_modulewrapper.cpp | 145 int rc = tipc_send(tipc_fd_, &iov, 1, &shm, 1); in SendMessage()
|
/system/core/trusty/coverage/ |
D | coverage.cpp | 97 rc = tipc_send(coverage_srv_fd_, &iov, 1, &shm, 1); in Rpc()
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 938 ssize_t rc = tipc_send(fd, NULL, 0, &shm, 1); in send_fd_test()
|