Searched refs:fd_list (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
D | vendor_interface.cc | 230 int fd_list[CH_MAX] = {0}; in Open() local 231 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list); in Open() 239 if (fd_list[i] == INVALID_FD) { in Open() 240 ALOGE("%s: fd %d is invalid!", __func__, fd_list[i]); in Open() 252 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb, iso_cb); in Open() 254 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in Open() 258 new hci::MctProtocol(fd_list, intercept_events, acl_cb); in Open() 260 fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); }); in Open() 262 fd_list[CH_ACL_IN], [mct_hci](int fd) { mct_hci->OnAclDataReady(fd); }); in Open()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 433 OMX_U32 fd_list[64]; variable
|
/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/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 433 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()
|