Home
last modified time | relevance | path

Searched refs:iov_len (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.cc39 total_bytes += iov_array[i].iov_len; in Send()
67 while (ret >= iov->iov_len) { in Send()
68 ret -= iov->iov_len; in Send()
75 iov->iov_len -= ret; in Send()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c136 iov[0].iov_len = buf_size; in mm_camera_socket_sendmsg()
140 (unsigned long long int)iov[0].iov_len); in mm_camera_socket_sendmsg()
199 iov[0].iov_len = buf_size; in mm_camera_socket_bundle_sendmsg()
203 (unsigned long long int)iov[0].iov_len); in mm_camera_socket_bundle_sendmsg()
266 iov[0].iov_len = buf_size; in mm_camera_socket_recvmsg()
/hardware/google/aemu/base/include/aemu/base/
DIOVector.h32 size_t iov_len; /* Length of data. */ member
87 [](size_t a, const struct iovec& b) { return a + b.iov_len; }); in summedLength()
/hardware/google/aemu/host-common/include/host-common/
Dlinux_types.h20 size_t iov_len; member
/hardware/interfaces/bluetooth/hci/
Dh4_protocol.cc55 iov[0].iov_len = sizeof(type); in Send()
57 iov[1].iov_len = length; in Send()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c1200 iv[0].iov_len = 1; in hci_send_cmd()
1202 iv[1].iov_len = HCI_COMMAND_HDR_SIZE; in hci_send_cmd()
1207 iv[2].iov_len = plen; in hci_send_cmd()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c1208 iv[0].iov_len = 1; in hci_send_cmd()
1210 iv[1].iov_len = HCI_COMMAND_HDR_SIZE; in hci_send_cmd()
1215 iv[2].iov_len = plen; in hci_send_cmd()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c1206 iv[0].iov_len = 1; in hci_send_cmd()
1208 iv[1].iov_len = HCI_COMMAND_HDR_SIZE; in hci_send_cmd()
1213 iv[2].iov_len = plen; in hci_send_cmd()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c1200 iv[0].iov_len = 1; in hci_send_cmd()
1202 iv[1].iov_len = HCI_COMMAND_HDR_SIZE; in hci_send_cmd()
1207 iv[2].iov_len = plen; in hci_send_cmd()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c1204 iv[0].iov_len = 1; in hci_send_cmd()
1206 iv[1].iov_len = HCI_COMMAND_HDR_SIZE; in hci_send_cmd()
1211 iv[2].iov_len = plen; in hci_send_cmd()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp67 size_t iov_len; /* Length in bytes */ member
605 size_t iovLen = res->iov[iovIndex].iov_len; in sync_iov()
1887 linearSize += iov[i].iov_len; in allocResource()
1888 stream_renderer_debug("has iov of %zu. linearSize current: %zu", iov[i].iov_len, in allocResource()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_ConntrackListener.cpp1253 .iov_len = CT_ENTRIES_BUFFER_SIZE, in readConntrack()
DIPACM_Netlink.cpp315 iov->iov_len = msglen; in ipa_nl_alloc_msg()
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp832 resource->iovec.iov_len = task.params.width * task.params.height * 4; in DoTask()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Netlink.cpp315 iov->iov_len = msglen; in ipa_nl_alloc_msg()