Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/bionic/libc/bionic/
H A DNetdClientDispatch.cpp69 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 DNetdClient.cpp58 netdClientInitFunction(handle, "netdClientInitSendmsg", &__netdClientDispatch.sendmsg); in netdClientInitImpl()
H A Dandroid_profiling_dynamic.cpp174 if (sendmsg(sock_fd.get(), &msg_hdr, 0) == -1) { in HandleTracedPerfSignal()
/aosp12/system/memory/libion/
H A Dion_test.c157 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 Dmm_camera_sock.c163 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 DNetdClientDispatch.h28 ssize_t (*sendmsg)(int, const struct msghdr*, unsigned int); member
/aosp12/system/memory/libmemunreachable/
H A DLeakPipe.cpp47 int ret = sendmsg(sock, &hdr, 0); in SendFd()
/aosp12/system/netd/client/
H A DFwmarkClient.cpp114 if (TEMP_FAILURE_RETRY(sendmsg(mChannel, &message, 0)) == -1) { in send()
/aosp12/system/bt/btif/src/
H A Dbtif_sock_util.cc113 OSI_NO_INTR(ret = sendmsg(sock_fd, &msg, MSG_NOSIGNAL)); in sock_send_fd()
/aosp12/bionic/tests/headers/posix/
H A Dsys_socket_h.c145 FUNCTION(sendmsg, ssize_t (*f)(int, const struct msghdr*, int)); in sys_socket_h()
/aosp12/system/libbase/
H A Dcmsg.cpp71 return TEMP_FAILURE_RETRY(sendmsg(sockfd.get(), &msg, flags)); in SendFileDescriptorVector()
/aosp12/art/tools/
H A Ddt_fds_forward.py75 sock.sendmsg([NEED_HANDSHAKE_MESSAGE], # We want the transport to handle the handshake.
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_089.S157 CALL(sendmsg)
H A Dliblinker_reloc_bench_097.S287 CALL(sendmsg)
H A Dliblinker_reloc_bench_027.S326 CALL(sendmsg)
/aosp12/hardware/qcom/sm7250/gps/etc/seccomp_policy/
H A Dgnss@2.0-base.policy91 sendmsg: 1
/aosp12/hardware/qcom/sm8150/gps/etc/seccomp_policy/
H A Dgnss@2.0-base.policy91 sendmsg: 1
/aosp12/system/bt/osi/src/
H A Dsocket.cc178 OSI_NO_INTR(ret = sendmsg(socket->fd, &msg, MSG_DONTWAIT)); in socket_write_and_transfer_fd()
/aosp12/system/core/libnetutils/
H A Dpacket.c150 return sendmsg(s, &msghdr, 0); in send_packet()
/aosp12/bionic/libc/include/sys/
H A Dsocket.h308 __socketcall ssize_t sendmsg(int __fd, const struct msghdr* __msg, int __flags);
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper.cpp35 return sendmsg(socket_fd, msg, flags); in SendMessage()
/aosp12/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp285 result = sendmsg(socketFd, &msg, 0); in AHardwareBuffer_sendHandleToUnixSocket()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt902 sendmsg
/aosp12/packages/modules/adb/
H A Dsysdeps.h699 return sendmsg(fd.get(), msg, flags); in adb_sendmsg()
/aosp12/art/adbconnection/
H A Dadbconnection.cc467 int res = TEMP_FAILURE_RETRY(sendmsg(local_agent_control_sock_, &msg, MSG_EOR)); in SendAgentFds()

12