Searched refs:fd_list (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
D | vendor_interface.cc | 229 int fd_list[CH_MAX] = {0}; in Open() local 230 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list); in Open() 238 if (fd_list[i] == INVALID_FD) { in Open() 239 ALOGE("%s: fd %d is invalid!", __func__, fd_list[i]); in Open() 251 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb); in Open() 253 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in Open() 257 new hci::MctProtocol(fd_list, intercept_events, acl_cb); in Open() 259 fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); }); in Open() 261 fd_list[CH_ACL_IN], in Open()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 443 OMX_U32 fd_list[64]; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 479 OMX_U32 fd_list[64]; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 270 memset(&fd_list, 0, sizeof(fd_list)); in venc_dev()
|