Home
last modified time | relevance | path

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

/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 …]