/aosp12/bionic/libc/bionic/ |
H A D | NetdClientDispatch.cpp | 69 ssize_t sendmsg(int fd, const struct msghdr* msg, int flags) { in sendmsg() function 70 return __netdClientDispatch.sendmsg(fd, msg, flags); in sendmsg()
|
H A D | NetdClient.cpp | 58 netdClientInitFunction(handle, "netdClientInitSendmsg", &__netdClientDispatch.sendmsg); in netdClientInitImpl()
|
H A D | android_profiling_dynamic.cpp | 174 if (sendmsg(sock_fd.get(), &msg_hdr, 0) == -1) { in HandleTracedPerfSignal()
|
/aosp12/system/memory/libion/ |
H A D | ion_test.c | 157 sendmsg(sd[0], &msg, 0); in ion_share_test() 163 sendmsg(sd[0], &msg, 0); in ion_share_test() 208 sendmsg(sd[1], &child_msg, 0); in ion_share_test()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
H A D | mm_camera_sock.c | 163 return sendmsg(fd, &(msgh), 0); in mm_camera_socket_sendmsg() 226 return sendmsg(fd, &(msgh), 0); in mm_camera_socket_bundle_sendmsg()
|
/aosp12/bionic/libc/private/ |
H A D | NetdClientDispatch.h | 28 ssize_t (*sendmsg)(int, const struct msghdr*, unsigned int); member
|
/aosp12/system/memory/libmemunreachable/ |
H A D | LeakPipe.cpp | 47 int ret = sendmsg(sock, &hdr, 0); in SendFd()
|
/aosp12/system/netd/client/ |
H A D | FwmarkClient.cpp | 114 if (TEMP_FAILURE_RETRY(sendmsg(mChannel, &message, 0)) == -1) { in send()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_util.cc | 113 OSI_NO_INTR(ret = sendmsg(sock_fd, &msg, MSG_NOSIGNAL)); in sock_send_fd()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | sys_socket_h.c | 145 FUNCTION(sendmsg, ssize_t (*f)(int, const struct msghdr*, int)); in sys_socket_h()
|
/aosp12/system/libbase/ |
H A D | cmsg.cpp | 71 return TEMP_FAILURE_RETRY(sendmsg(sockfd.get(), &msg, flags)); in SendFileDescriptorVector()
|
/aosp12/art/tools/ |
H A D | dt_fds_forward.py | 75 sock.sendmsg([NEED_HANDSHAKE_MESSAGE], # We want the transport to handle the handshake.
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_089.S | 157 CALL(sendmsg)
|
H A D | liblinker_reloc_bench_097.S | 287 CALL(sendmsg)
|
H A D | liblinker_reloc_bench_027.S | 326 CALL(sendmsg)
|
/aosp12/hardware/qcom/sm7250/gps/etc/seccomp_policy/ |
H A D | gnss@2.0-base.policy | 91 sendmsg: 1
|
/aosp12/hardware/qcom/sm8150/gps/etc/seccomp_policy/ |
H A D | gnss@2.0-base.policy | 91 sendmsg: 1
|
/aosp12/system/bt/osi/src/ |
H A D | socket.cc | 178 OSI_NO_INTR(ret = sendmsg(socket->fd, &msg, MSG_DONTWAIT)); in socket_write_and_transfer_fd()
|
/aosp12/system/core/libnetutils/ |
H A D | packet.c | 150 return sendmsg(s, &msghdr, 0); in send_packet()
|
/aosp12/bionic/libc/include/sys/ |
H A D | socket.h | 308 __socketcall ssize_t sendmsg(int __fd, const struct msghdr* __msg, int __flags);
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | ipc_helper.cpp | 35 return sendmsg(socket_fd, msg, flags); in SendMessage()
|
/aosp12/frameworks/native/libs/nativewindow/ |
H A D | AHardwareBuffer.cpp | 285 result = sendmsg(socketFd, &msg, 0); in AHardwareBuffer_sendHandleToUnixSocket()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 902 sendmsg
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps.h | 699 return sendmsg(fd.get(), msg, flags); in adb_sendmsg()
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 467 int res = TEMP_FAILURE_RETRY(sendmsg(local_agent_control_sock_, &msg, MSG_EOR)); in SendAgentFds()
|