OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fb_update
(Results
1 - 2
of
2
) sorted by null
/system/core/init/
logo.c
84
static void
fb_update
(struct FB *fb)
function
149
fb_update
(&fb);
/external/qemu/android/
framebuffer.c
20
QFrameBufferUpdateFunc
fb_update
;
member in struct:__anon26458
155
if (extra->
fb_update
)
156
extra->
fb_update
( extra->fb_opaque, x, y, w, h );
163
QFrameBufferUpdateFunc
fb_update
,
171
extra->
fb_update
=
fb_update
;
Completed in 113 milliseconds