Lines Matching full:ioctl
40 #include <sys/ioctl.h>
102 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) < 0) {
103 ALOGE("Failed to call ioctl FBIOGET_FSCREENINFO err=%s",
111 if (ioctl(fd, FBIOGET_VSCREENINFO, &vinfo) < 0) {
112 ALOGE("Failed to call ioctl FBIOGET_VSCREENINFO err=%s",
120 if (ioctl(fd, FBIOPUT_VSCREENINFO, &vinfo) < 0) {
121 ALOGE("Failed to call ioctl FBIOPUT_VSCREENINFO err=%s",
129 if (ioctl(fd, MSM_ROTATOR_IOCTL_START, &rot) < 0){
130 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_START err=%s",
138 if (ioctl(fd, MSM_ROTATOR_IOCTL_ROTATE, &rot) < 0) {
139 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_ROTATE err=%s",
147 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) {
148 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s",
156 if (ioctl(fd, MSM_ROTATOR_IOCTL_FINISH, &sessionId) < 0) {
157 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_FINISH err=%s",
165 if (ioctl(fd, MSMFB_OVERLAY_UNSET, &ovId) < 0) {
166 ALOGE("Failed to call ioctl MSMFB_OVERLAY_UNSET err=%s",
174 if (ioctl(fd, MSMFB_OVERLAY_GET, &ov) < 0) {
175 ALOGE("Failed to call ioctl MSMFB_OVERLAY_GET err=%s",
183 if (ioctl(fd, MSMFB_OVERLAY_PLAY, &od) < 0) {
184 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
192 if (ioctl(fd, MSMFB_OVERLAY_3D, &ov) < 0) {
193 ALOGE("Failed to call ioctl MSMFB_OVERLAY_3D err=%s",