Searched refs:fd (Results 276 - 300 of 968) sorted by relevance

<<11121314151617181920>>

/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_gestures.h57 int fd; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dion.h56 int fd; member in struct:ion_fd_data
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_gestures.h52 int fd; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dion.h95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
97 * @fd: a file descriptor representing that handle
101 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
106 int fd; member in struct:ion_fd_data
152 * opaque handle. Returns the struct with the fd field set to a file
162 * opaque handle. Returns the struct with the fd field set to a file
172 * Takes an ion_fd_data struct with the fd field populated with a valid file
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_gestures.h45 int fd; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dion.h56 int fd; member in struct:ion_fd_data
/hardware/qcom/msm8998/kernel-headers/media/
H A Dmsm_gestures.h52 int fd; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dion.h102 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
104 * @fd: a file descriptor representing that handle
108 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
113 int fd; member in struct:ion_fd_data
159 * opaque handle. Returns the struct with the fd field set to a file
169 * opaque handle. Returns the struct with the fd field set to a file
179 * Takes an ion_fd_data struct with the fd field populated with a valid file
/hardware/qcom/msm8998/original-kernel-headers/media/
H A Dmsm_gestures.h45 int fd; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dion.h56 int fd; member in struct:ion_fd_data
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dion.h95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
97 * @fd: a file descriptor representing that handle
101 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
106 int fd; member in struct:ion_fd_data
152 * opaque handle. Returns the struct with the fd field set to a file
162 * opaque handle. Returns the struct with the fd field set to a file
172 * Takes an ion_fd_data struct with the fd field populated with a valid file
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dion.h56 int fd; member in struct:ion_fd_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dion.h95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
97 * @fd: a file descriptor representing that handle
101 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
106 int fd; member in struct:ion_fd_data
151 * opaque handle. Returns the struct with the fd field set to a file
161 * opaque handle. Returns the struct with the fd field set to a file
171 * Takes an ion_fd_data struct with the fd field populated with a valid file
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dion.h51 int fd; member in struct:ion_fd_data
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dion.h55 int fd; member in struct:ion_fd_data
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dion.h98 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
100 * @fd: a file descriptor representing that handle
104 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
109 int fd; member in struct:ion_fd_data
154 * opaque handle. Returns the struct with the fd field set to a file
164 * opaque handle. Returns the struct with the fd field set to a file
174 * Takes an ion_fd_data struct with the fd field populated with a valid file
/hardware/google/av/codec2/tests/
H A DC2SampleComponent_test.cpp33 void PrintTo(const C2FieldDescriptor &fd, ::std::ostream *os) { argument
35 switch (fd.type()) {
44 if (fd.type() & FD::STRUCT_FLAG) {
45 *os << "struct-" << (fd.type() & ~FD::STRUCT_FLAG);
47 *os << "type-" << fd.type();
50 *os << " " << fd.name();
51 if (fd.extent() > 1) {
52 *os << "[" << fd.extent() << "]";
53 } else if (fd.extent() == 0) {
56 *os << " (" << fd
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Filtering.cpp55 fd = open(DEVICE_NAME, O_RDWR);
56 if (fd < 0)
64 close(fd);
69 return fd;
87 retval = ioctl(fd, IPA_IOC_ADD_FLT_RULE, ruleTable);
128 retval = ioctl(fd, IPA_IOC_ADD_FLT_RULE_AFTER, ruleTable);
153 retval = ioctl(fd, IPA_IOC_DEL_FLT_RULE, ruleTable);
168 retval = ioctl(fd, IPA_IOC_COMMIT_FLT, ip);
183 retval = ioctl(fd, IPA_IOC_RESET_FLT, ip);
184 retval |= ioctl(fd, IPA_IOC_COMMIT_FL
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.cpp132 ctx->dpyAttr[dpy].fd = Writeback::getInstance()->getFbFd();
189 int fd = -1; //FenceFD from the Copybit local
190 hwc_sync(ctx, list, dpy, fd);
212 Writeback::getInstance()->queueBuffer(ohnd->fd,
214 if(!Overlay::displayCommit(ctx->dpyAttr[dpy].fd)) {
261 if (!Overlay::displayCommit(ctx->dpyAttr[dpy].fd)) {
337 int fd = -1; //FenceFD from the Copybit(valid in async mode) local
340 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
343 hwc_sync(ctx, list, dpy, fd);
372 if(!Overlay::displayCommit(ctx->dpyAttr[dpy].fd)) {
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_buffer.h80 int fd; /* fd of user buffers if it is from GFX; else it is -1*/ member in struct:psb_buffer_s
107 int fd,
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
H A DEffectsFactory.h49 Return<void> debugDump(const hidl_handle& fd); //< in V2_0::IEffectsFactory only, alias of debug
50 Return<void> debug(const hidl_handle& fd, const hidl_vec<hidl_string>& options) override;
/hardware/interfaces/health/2.0/default/
H A DHealth.cpp191 int fd = handle->data[0]; local
192 battery_monitor_->dumpState(fd);
194 getHealthInfo([fd](auto res, const auto& info) {
195 android::base::WriteStringToFd("\ngetHealthInfo -> ", fd);
197 android::base::WriteStringToFd(toString(info), fd);
199 android::base::WriteStringToFd(toString(res), fd);
201 android::base::WriteStringToFd("\n", fd);
204 fsync(fd);
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhci_uart.h138 int fd; /* fd to Bluetooth device */ member in struct:__anon1804
187 ** Returns device fd
234 int read_hci_event(int fd, unsigned char* buf, int size);
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
H A Dhci_uart.h142 int fd; /* fd to Bluetooth device */ member in struct:__anon1827
191 ** Returns device fd
261 int read_hci_event(int fd, unsigned char* buf, int size);
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhci_uart.h138 int fd; /* fd to Bluetooth device */ member in struct:__anon1850
187 ** Returns device fd
234 int read_hci_event(int fd, unsigned char* buf, int size);

Completed in 439 milliseconds

<<11121314151617181920>>