OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fb_in
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/screenshot/
screenshot.c
18
void take_screenshot(FILE *
fb_in
, FILE *fb_out) {
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 69 milliseconds