Home
last modified time | relevance | path

Searched refs:fd_list (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc230 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/
Dvideo_encoder_device_v4l2.h433 OMX_U32 fd_list[64]; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h443 OMX_U32 fd_list[64]; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h479 OMX_U32 fd_list[64]; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h433 OMX_U32 fd_list[64]; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp182 memset(&fd_list, 0, sizeof(fd_list)); in venc_dev()
3987 for (unsigned int i = 0; i < (sizeof(fd_list)/sizeof(fd_list[0])); i++) { in venc_flush()
3988 fd_list[i] = 0; in venc_flush()
5002 for (unsigned int i = 0; i < (sizeof(fd_list)/sizeof(fd_list[0])); i++) { in venc_get_index_from_fd()
5003 if (fd_list[i] == buffer_fd) { in venc_get_index_from_fd()
5010 for (unsigned int i = 0; i < (sizeof(fd_list)/sizeof(fd_list[0])); i++) { in venc_get_index_from_fd()
5011 if (fd_list[i] == 0) { in venc_get_index_from_fd()
5013 fd_list[i] = buffer_fd; in venc_get_index_from_fd()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp270 memset(&fd_list, 0, sizeof(fd_list)); in venc_dev()