Searched refs:MSMFB_OVERLAY_SET (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h65 /* MSMFB_OVERLAY_SET */
167 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) {
168 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h63 /* MSMFB_OVERLAY_SET */
147 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) {
148 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
/hardware/qcom/display/msm8974/liboverlay/
H A DmdpWrapper.h65 /* MSMFB_OVERLAY_SET */
170 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) {
171 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h65 /* MSMFB_OVERLAY_SET */
170 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) {
171 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, struct mdp_overlay) macro
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h32 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, \ macro
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, struct mdp_overlay) macro
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h32 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, \ macro
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, struct mdp_overlay) macro
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h32 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, \ macro
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, struct mdp_overlay) macro
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h18 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, \ macro
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, struct mdp_overlay) macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h18 #define MSMFB_OVERLAY_SET _IOWR(MSMFB_IOCTL_MAGIC, 135, \ macro
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp189 if (ioctl(fb_fd, MSMFB_OVERLAY_SET, &ovInfo) < 0) {
190 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
H A Dhwc_utils.cpp875 if (ioctl(fb_fd, MSMFB_OVERLAY_SET, &ovInfo) < 0) {
876 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3399 vid_buf_front_id = ioctl(fb_fd, MSMFB_OVERLAY_SET, overlayp);
3402 printf("ERROR: MSMFB_OVERLAY_SET failed! line=%d\n", __LINE__);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3855 vid_buf_front_id = ioctl(fb_fd, MSMFB_OVERLAY_SET, overlayp);
3857 printf("ERROR: MSMFB_OVERLAY_SET failed! line=%d\n", __LINE__);

Completed in 292 milliseconds