Searched refs:finfo (Results 1 - 2 of 2) sorted by path

/system/core/toolbox/cp/
H A Dutils.c95 struct finfo { struct
102 progress(const struct finfo *fi, size_t written)
202 struct finfo fi;
/system/extras/tests/framebuffer/
H A Drefresh.c45 struct fb_fix_screeninfo finfo; local
46 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
90 finfo.id,
109 printf("upper_margin=%d, lower_margin=%d, left_margin=%d, right_margin=%d, pixclock=%d, finfo.smem_len=%d\n",
110 info.upper_margin, info.lower_margin, info.left_margin, info.right_margin, info.pixclock, finfo.smem_len);
112 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
115 if (finfo.smem_len <= 0)
123 0, finfo.smem_len,
132 memset(buffer, 0, finfo.smem_len);

Completed in 1842 milliseconds