Home
last modified time | relevance | path

Searched refs:msg_iovlen (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c138 msgh.msg_iovlen = 1; in mm_camera_socket_sendmsg()
201 msgh.msg_iovlen = 1; in mm_camera_socket_bundle_sendmsg()
268 msgh.msg_iovlen = 1; in mm_camera_socket_recvmsg()
/aosp12/system/memory/libmemunreachable/
H A DLeakPipe.cpp33 hdr.msg_iovlen = 1; in SendFd()
67 hdr.msg_iovlen = 1; in ReceiveFd()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper.cpp86 for (size_t i = 0; i < msg->msg_iovlen; i++) { in SendMsgAll()
128 for (size_t i = 0; i < msg->msg_iovlen; i++) { in RecvMsgAll()
198 msg.msg_iovlen = 2 + vec_count; in Send()
199 msg.msg_iov = static_cast<iovec*>(alloca(sizeof(iovec) * msg.msg_iovlen)); in Send()
290 msg.msg_iovlen = 1; in Receive()
377 msg.msg_iovlen = count; in SendDataVector()
390 msg.msg_iovlen = count; in ReceiveDataVector()
H A Dipc_helper_tests.cpp78 msg_.msg_iovlen = data_.size(); in MessageTestBase()
/aosp12/bionic/tests/headers/posix/
H A Dsys_socket_h.c49 STRUCT_MEMBER(struct msghdr, size_t, msg_iovlen); in sys_socket_h()
51 STRUCT_MEMBER(struct msghdr, int, msg_iovlen); in sys_socket_h()
/aosp12/system/libbase/
H A Dcmsg.cpp48 .msg_iovlen = 1, in SendFileDescriptorVector()
91 .msg_iovlen = 1, in ReceiveFileDescriptorVector()
/aosp12/system/memory/libion/
H A Dion_test.c132 .msg_iovlen = 1, in ion_share_test()
184 .msg_iovlen = 1, in ion_share_test()
/aosp12/bionic/tests/
H A Dsys_socket_test.cpp154 msgs[i].msg_hdr.msg_iovlen = 1; in TestRecvMMsg()
196 msgs[i].msg_hdr.msg_iovlen = 1; in SendMMsg()
/aosp12/system/netd/client/
H A DFwmarkClient.cpp95 message.msg_iovlen = std::size(iov); in send()
/aosp12/system/bt/btif/src/
H A Dbtif_sock_util.cc110 msg.msg_iovlen = 1; in sock_send_fd()
/aosp12/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp270 .msg_iovlen = 1, in AHardwareBuffer_sendHandleToUnixSocket()
310 .msg_iovlen = 1, in AHardwareBuffer_recvHandleFromUnixSocket()
326 if (msg.msg_iovlen != 1) { in AHardwareBuffer_recvHandleFromUnixSocket()
/aosp12/bionic/libc/bionic/
H A Dandroid_profiling_dynamic.cpp162 msg_hdr.msg_iovlen = 1; in HandleTracedPerfSignal()
/aosp12/system/bt/osi/src/
H A Dsocket.cc165 msg.msg_iovlen = 1; in socket_write_and_transfer_fd()
/aosp12/packages/modules/adb/client/openscreen/platform/
H A Dudp_socket.cpp115 msg.msg_iovlen = 1; in ReceiveMessageInternal()
409 msg.msg_iovlen = 1; in JoinMulticastGroup()
/aosp12/system/core/libnetutils/
H A Dpacket.c146 msghdr.msg_iovlen = sizeof(iov) / sizeof(struct iovec); in send_packet()
/aosp12/bionic/libc/include/sys/
H A Dsocket.h83 size_t msg_iovlen; member
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo_test.cpp106 msg.msg_iovlen = 1; in run()
134 msg.msg_iovlen = 1; in sendfd()
/aosp12/system/iorap/src/prefetcher/
H A Dprefetcher_daemon.cc344 hdr.msg_iovlen = 1; in ParseSocketCommands()
1169 msg.msg_iovlen = 1; in SendCommand()
/aosp12/packages/modules/adb/
H A Dsysdeps.h220 size_t msg_iovlen; member
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc311 msg.msg_iovlen = 1; in ReceiveFdsFromSocket()
/aosp12/art/adbconnection/
H A Dadbconnection.cc445 msg.msg_iovlen = 1; in SendAgentFds()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_ConntrackListener.cpp1260 .msg_iovlen = 1, in readConntrack()
H A DIPACM_Netlink.cpp311 msgh->msg_iovlen = 1; in ipa_nl_alloc_msg()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Netlink.cpp311 msgh->msg_iovlen = 1; in ipa_nl_alloc_msg()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Netlink.cpp311 msgh->msg_iovlen = 1; in ipa_nl_alloc_msg()

12