HomeSort by relevance Sort by last modified time
    Searched defs:fd_list (Results 1 - 8 of 8) sorted by null

  /external/toybox/toys/posix/
tee.c 29 struct fd_list { struct
30 struct fd_list *next;
38 struct fd_list *temp;
40 temp = xmalloc(sizeof(struct fd_list));
56 struct fd_list *fdl;
  /external/dhcpcd-6.8.2/
control.h 44 struct fd_list { struct
45 TAILQ_ENTRY(fd_list) next;
52 TAILQ_HEAD(fd_list_head, fd_list);
61 int control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit);
  /external/ltp/testcases/kernel/fs/openfile/
openfile.c 197 void close_files(FILE * fd_list[], int len)
201 fclose(fd_list[i]);
210 FILE *fd_list[MAXFILES]; local
218 if ((fd_list[i] = fopen(filename, "rw")) == NULL) {
222 close_files(fd_list, i - 1);
232 close_files(fd_list, numfiles);
241 close_files(fd_list, numfiles);
249 close_files(fd_list, numfiles);
257 close_files(fd_list, numfiles);
263 close_files(fd_list, numfiles)
    [all...]
  /device/google/dragon/bluetooth/
vendor_interface.cc 225 int fd_list[CH_MAX] = {0}; local
226 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list);
229 if (fd_list[i] == INVALID_FD) {
230 ALOGE("%s: fd %d is invalid!", __func__, fd_list[i]);
242 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb);
244 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 228 int fd_list[CH_MAX] = {0}; local
229 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list);
237 if (fd_list[i] == INVALID_FD) {
238 ALOGE("%s: fd %d is invalid!", __func__, fd_list[i]);
250 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb);
252 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
256 new hci::MctProtocol(fd_list, intercept_events, acl_cb);
258 fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); });
260 fd_list[CH_ACL_IN],
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 443 OMX_U32 fd_list[64]; member in class:venc_dev
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 479 OMX_U32 fd_list[64]; member in class:venc_dev
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 452 OMX_U32 fd_list[64]; member in class:venc_dev

Completed in 679 milliseconds