/aosp12/system/memory/libmemunreachable/ |
H A D | LeakPipe.cpp | 40 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.cpp | 31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) { in __cmsg_nxthdr()
|
H A D | recvmsg.cpp | 46 for (struct cmsghdr* cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in track_fds() local
|
H A D | android_profiling_dynamic.cpp | 168 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg_hdr); in HandleTracedPerfSignal() local
|
/aosp12/system/libbase/ |
H A D | cmsg.cpp | 55 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in SendFileDescriptorVector() local 119 struct cmsghdr* cmsg; in ReceiveFileDescriptorVector() local
|
/aosp12/system/memory/libion/ |
H A D | ion_test.c | 135 struct cmsghdr *cmsg; in ion_share_test() local 170 struct cmsghdr *cmsg; in ion_share_test() local
|
/aosp12/system/logging/logd/ |
H A D | LogListener.cpp | 78 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in HandleData() local
|
/aosp12/system/netd/client/ |
H A D | FwmarkClient.cpp | 99 char cmsg[CMSG_SPACE(sizeof(fd))]; in send() member
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_util.cc | 86 struct cmsghdr* cmsg; in sock_send_fd() local
|
/aosp12/system/core/libcutils/ |
H A D | uevent.cpp | 68 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in uevent_kernel_recv() local
|
/aosp12/packages/modules/StatsD/statsd/src/socket/ |
H A D | StatsSocketListener.cpp | 77 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr); in onDataAvailable() local
|
/aosp12/bionic/libc/include/sys/ |
H A D | socket.h | 100 #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 D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng_dmn_conn_handler.h | 98 } cmsg; member
|
/aosp12/frameworks/native/libs/nativewindow/ |
H A D | AHardwareBuffer.cpp | 275 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in AHardwareBuffer_sendHandleToUnixSocket() local 343 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in AHardwareBuffer_recvHandleFromUnixSocket() local
|