Home
last modified time | relevance | path

Searched refs:msghdr (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
DNetlinkSocket.cpp53 struct msghdr msg = {}; in send()
74 struct msghdr msg = {}; in receiveAck()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c122 struct msghdr msgh; in mm_camera_socket_sendmsg()
184 struct msghdr msgh; in mm_camera_socket_bundle_sendmsg()
247 struct msghdr msgh; in mm_camera_socket_recvmsg()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Netlink.cpp254 static struct msghdr* ipa_nl_alloc_msg in ipa_nl_alloc_msg()
262 struct msghdr *msgh = NULL; in ipa_nl_alloc_msg()
270 msgh = (struct msghdr *)malloc(sizeof(struct msghdr)); in ipa_nl_alloc_msg()
307 memset(msgh, 0x0, sizeof(struct msghdr)); in ipa_nl_alloc_msg()
323 struct msghdr *msgh in ipa_nl_release_msg()
365 struct msghdr **msg_pptr, in ipa_nl_recv()
369 struct msghdr *msgh = NULL; in ipa_nl_recv()
1536 struct msghdr *msghdr = NULL; in ipa_nl_recv_msg() local
1549 if(IPACM_SUCCESS != ipa_nl_recv(fd, &msghdr, &msglen)) in ipa_nl_recv_msg()
1555 if(msghdr== NULL) in ipa_nl_recv_msg()
[all …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Netlink.cpp254 static struct msghdr* ipa_nl_alloc_msg in ipa_nl_alloc_msg()
262 struct msghdr *msgh = NULL; in ipa_nl_alloc_msg()
270 msgh = (struct msghdr *)malloc(sizeof(struct msghdr)); in ipa_nl_alloc_msg()
307 memset(msgh, 0x0, sizeof(struct msghdr)); in ipa_nl_alloc_msg()
323 struct msghdr *msgh in ipa_nl_release_msg()
365 struct msghdr **msg_pptr, in ipa_nl_recv()
369 struct msghdr *msgh = NULL; in ipa_nl_recv()
1546 struct msghdr *msghdr = NULL; in ipa_nl_recv_msg() local
1559 if(IPACM_SUCCESS != ipa_nl_recv(fd, &msghdr, &msglen)) in ipa_nl_recv_msg()
1565 if(msghdr== NULL) in ipa_nl_recv_msg()
[all …]
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Netlink.cpp254 static struct msghdr* ipa_nl_alloc_msg in ipa_nl_alloc_msg()
262 struct msghdr *msgh = NULL; in ipa_nl_alloc_msg()
270 msgh = (struct msghdr *)malloc(sizeof(struct msghdr)); in ipa_nl_alloc_msg()
307 memset(msgh, 0x0, sizeof(struct msghdr)); in ipa_nl_alloc_msg()
323 struct msghdr *msgh in ipa_nl_release_msg()
365 struct msghdr **msg_pptr, in ipa_nl_recv()
369 struct msghdr *msgh = NULL; in ipa_nl_recv()
1546 struct msghdr *msghdr = NULL; in ipa_nl_recv_msg() local
1559 if(IPACM_SUCCESS != ipa_nl_recv(fd, &msghdr, &msglen)) in ipa_nl_recv_msg()
1565 if(msghdr== NULL) in ipa_nl_recv_msg()
[all …]