Home
last modified time | relevance | path

Searched refs:iovec (Results 1 – 16 of 16) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DIOVector.h30 struct iovec { struct
45 using iterator = struct iovec*;
46 using const_iterator = const struct iovec*;
50 void push_back(const struct iovec& iov) { mIOVecs.push_back(iov); } in push_back()
52 struct iovec& operator[](size_t n) {
56 const struct iovec& operator[](size_t n) const { return mIOVecs[n]; }
87 [](size_t a, const struct iovec& b) { return a + b.iov_len; }); in summedLength()
100 std::vector<struct iovec> mIOVecs;
/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer.h24 struct iovec;
155 struct iovec* iov, uint32_t num_iovs);
174 struct iovec* iov, int iovec_cnt);
178 struct iovec* iovec, unsigned int iovec_cnt);
182 VG_EXPORT int stream_renderer_resource_attach_iov(int res_handle, struct iovec* iov, int num_iovs);
183 VG_EXPORT void stream_renderer_resource_detach_iov(int res_handle, struct iovec** iov,
206 const struct iovec* iovecs, uint32_t num_iovs,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c123 struct iovec iov[1]; in mm_camera_socket_sendmsg()
185 struct iovec iov[1]; in mm_camera_socket_bundle_sendmsg()
248 struct iovec iov[1]; in mm_camera_socket_recvmsg()
/hardware/google/aemu/host-common/include/host-common/
Dlinux_types.h18 struct iovec { struct
/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.cc33 struct iovec iov_array[] = {{&type, sizeof(type)}, in Send()
35 struct iovec* iov = iov_array; in Send()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp65 struct iovec { struct
300 iovec* iov;
1137 int createResource(struct stream_renderer_resource_create_args* args, struct iovec* iov, in createResource()
1213 int attachIov(int resId, iovec* iov, int num_iovs) { in attachIov()
1227 void detachIov(int resId, iovec** iov, int* num_iovs) { in detachIov()
1400 int transferReadIov(int resId, uint64_t offset, stream_renderer_box* box, struct iovec* iov, in transferReadIov()
1436 int transferWriteIov(int resId, uint64_t offset, stream_renderer_box* box, struct iovec* iov, in transferWriteIov()
1880 void allocResource(PipeResEntry& entry, iovec* iov, int num_iovs) { in allocResource()
1898 entry.iov = (iovec*)malloc(sizeof(*iov) * num_iovs); in allocResource()
1978 struct iovec* iov, uint32_t num_iovs) { in stream_renderer_resource_create()
[all …]
/hardware/interfaces/bluetooth/hci/
Dh4_protocol.cc52 struct iovec iov[2]; in Send()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Netlink.cpp261 struct iovec *iov = NULL; in ipa_nl_alloc_msg()
285 iov = (struct iovec *)malloc(sizeof(struct iovec)); in ipa_nl_alloc_msg()
313 memset(iov, 0x0, sizeof(struct iovec)); in ipa_nl_alloc_msg()
328 struct iovec *iov = NULL; in ipa_nl_release_msg()
1537 struct iovec *iov = NULL; in ipa_nl_recv_msg()
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp258 struct iovec iovec; member
831 resource->iovec.iov_base = task.resourceBytes; in DoTask()
832 resource->iovec.iov_len = task.params.width * task.params.height * 4; in DoTask()
835 vecs.iovecs = &resource->iovec; in DoTask()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Netlink.cpp261 struct iovec *iov = NULL; in ipa_nl_alloc_msg()
285 iov = (struct iovec *)malloc(sizeof(struct iovec)); in ipa_nl_alloc_msg()
313 memset(iov, 0x0, sizeof(struct iovec)); in ipa_nl_alloc_msg()
328 struct iovec *iov = NULL; in ipa_nl_release_msg()
1547 struct iovec *iov = NULL; in ipa_nl_recv_msg()
DIPACM_ConntrackListener.cpp1251 struct iovec iov = { in readConntrack()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c1193 struct iovec iv[3]; in hci_send_cmd()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c1201 struct iovec iv[3]; in hci_send_cmd()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c1199 struct iovec iv[3]; in hci_send_cmd()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c1193 struct iovec iv[3]; in hci_send_cmd()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c1197 struct iovec iv[3]; in hci_send_cmd()