Searched defs:iov (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 123 struct iovec iov[1]; in mm_camera_socket_sendmsg() local 185 struct iovec iov[1]; in mm_camera_socket_bundle_sendmsg() local 248 struct iovec iov[1]; in mm_camera_socket_recvmsg() local
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | h4_protocol.cc | 35 struct iovec* iov = iov_array; in Send() local
|
/hardware/google/aemu/base/include/aemu/base/ |
D | IOVector.h | 50 void push_back(const struct iovec& iov) { mIOVecs.push_back(iov); } in push_back()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Netlink.cpp | 261 struct iovec *iov = NULL; in ipa_nl_alloc_msg() local 328 struct iovec *iov = NULL; in ipa_nl_release_msg() local 1537 struct iovec *iov = NULL; in ipa_nl_recv_msg() local
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Netlink.cpp | 261 struct iovec *iov = NULL; in ipa_nl_alloc_msg() local 328 struct iovec *iov = NULL; in ipa_nl_release_msg() local 1547 struct iovec *iov = NULL; in ipa_nl_recv_msg() local
|
D | IPACM_ConntrackListener.cpp | 1251 struct iovec iov = { in readConntrack() local
|
/hardware/interfaces/bluetooth/hci/ |
D | h4_protocol.cc | 52 struct iovec iov[2]; in Send() local
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 300 iovec* iov; member 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() 1978 struct iovec* iov, uint32_t num_iovs) { in stream_renderer_resource_create() 1997 struct iovec* iov, int iovec_cnt) { in stream_renderer_transfer_read_iov() 2018 VG_EXPORT int stream_renderer_resource_attach_iov(int res_handle, struct iovec* iov, int num_iovs) { in stream_renderer_resource_attach_iov() [all …]
|