HomeSort by relevance Sort by last modified time
    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:__anon13026
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 39 milliseconds