Home
last modified time | relevance | path

Searched defs:cmsg (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/system/memory/libmemunreachable/
H A DLeakPipe.cpp40 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in SendFd() local
84 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in ReceiveFd() local
/aosp12/bionic/libc/bionic/
H A D__cmsg_nxthdr.cpp31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) { in __cmsg_nxthdr()
H A Drecvmsg.cpp46 for (struct cmsghdr* cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in track_fds() local
H A Dandroid_profiling_dynamic.cpp168 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg_hdr); in HandleTracedPerfSignal() local
/aosp12/system/libbase/
H A Dcmsg.cpp55 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in SendFileDescriptorVector() local
119 struct cmsghdr* cmsg; in ReceiveFileDescriptorVector() local
/aosp12/system/memory/libion/
H A Dion_test.c135 struct cmsghdr *cmsg; in ion_share_test() local
170 struct cmsghdr *cmsg; in ion_share_test() local
/aosp12/system/logging/logd/
H A DLogListener.cpp78 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in HandleData() local
/aosp12/system/netd/client/
H A DFwmarkClient.cpp99 char cmsg[CMSG_SPACE(sizeof(fd))]; in send() member
/aosp12/system/bt/btif/src/
H A Dbtif_sock_util.cc86 struct cmsghdr* cmsg; in sock_send_fd() local
/aosp12/system/core/libcutils/
H A Duevent.cpp68 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in uevent_kernel_recv() local
/aosp12/packages/modules/StatsD/statsd/src/socket/
H A DStatsSocketListener.cpp77 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in onDataAvailable() local
/aosp12/bionic/libc/include/sys/
H A Dsocket.h100 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr((mhdr), (cmsg)) argument
102 #define CMSG_DATA(cmsg) (((unsigned char*)(cmsg) + CMSG_ALIGN(sizeof(struct cmsghdr)))) argument
108 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && (cmsg)->cmsg_len <= (u… argument
114 static inline struct cmsghdr* __cmsg_nxthdr(struct msghdr* msg, struct cmsghdr* cmsg) { in __cmsg_nxthdr()
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h98 } cmsg; member
/aosp12/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp275 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in AHardwareBuffer_sendHandleToUnixSocket() local
343 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in AHardwareBuffer_recvHandleFromUnixSocket() local

12