Home
last modified time | relevance | path

Searched defs:iovs (Results 1 – 5 of 5) sorted by relevance

/system/core/trusty/storage/proxy/
Dipc.c70 struct iovec iovs[2] = {{msg, sizeof(*msg)}, {req_buf, req_buf_len}}; in ipc_get_msg() local
99 struct iovec iovs[2] = {{msg, sizeof(*msg)}, {out, out_size}}; in ipc_respond() local
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c733 struct iovec iovs[2]= {{tx0_buf, 0}, {tx1_buf, 0}}; in writev_test() local
815 struct iovec iovs[2]= {{rx0_buf, 0}, {rx1_buf, 0}}; in readv_test() local
/system/core/adb/
Dtransport_fd.cpp178 auto iovs = write_buffer_.iovecs(); in DispatchWrites() local
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp349 struct iovec iovs[4] = { in debuggerd_dispatch_pseudothread() local
/system/netd/server/
DXfrmControllerTest.cpp88 const std::vector<iovec>& iovs = ::testing::get<N>(args); in ACTION_TEMPLATE() local