Searched refs:ion_dev_flag (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp7607 int ion_dev_flag; local
7613 ion_dev_flag = O_RDONLY;
7614 fd = open (MEM_DEVICE, ion_dev_flag);
H A Domx_vdec_copper.cpp7069 int ion_dev_flag; local
7075 ion_dev_flag = O_RDONLY;
7076 fd = open (MEM_DEVICE, ion_dev_flag);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp7295 int ion_dev_flag; local
7303 ion_dev_flag = O_RDONLY;
7304 fd = open (MEM_DEVICE, ion_dev_flag);
H A Domx_vdec_hevc.cpp6923 int ion_dev_flag; local
6929 ion_dev_flag = O_RDONLY;
6930 fd = open (MEM_DEVICE, ion_dev_flag);
H A Domx_vdec_hevc_swvdec.cpp7883 int ion_dev_flag; local
7889 ion_dev_flag = O_RDONLY;
7890 fd = open (MEM_DEVICE, ion_dev_flag);
H A Domx_vdec_msm8974.cpp8415 int ion_dev_flag; local
8421 ion_dev_flag = O_RDONLY;
8422 fd = open (MEM_DEVICE, ion_dev_flag);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp6887 int ion_dev_flag; local
6893 ion_dev_flag = O_RDONLY;
6894 fd = open (MEM_DEVICE, ion_dev_flag);
H A Domx_vdec_hevc_swvdec.cpp8098 int ion_dev_flag; local
8104 ion_dev_flag = O_RDONLY;
8105 fd = open (MEM_DEVICE, ion_dev_flag);
H A Domx_vdec_v4l2.cpp9193 int ion_dev_flag; local
9199 ion_dev_flag = O_RDONLY;
9200 fd = open (MEM_DEVICE, ion_dev_flag);
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp6579 int ion_dev_flag; local
6585 ion_dev_flag = (O_RDONLY | O_DSYNC);
6586 fd = open (MEM_DEVICE, ion_dev_flag);

Completed in 194 milliseconds