Searched defs:fb_in (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/screenshot/
H A Dscreenshot.c18 void take_screenshot(FILE *fb_in, FILE *fb_out) { argument
27 fb = fileno(fb_in);
32 fb_in = fdopen(fb, "r");
43 fclose(fb_in);
52 fclose(fb_in);
58 fclose(fb_in);
73 fclose(fb_in);
78 fseek(fb_in, offset, SEEK_SET);
81 int len = fread(imgbuf, 1, rowlen, fb_in);
87 fclose(fb_in);
108 FILE *fb_in = NULL; local
[all...]

Completed in 634 milliseconds