HomeSort by relevance Sort by last modified time
    Searched defs:clear_screen (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
terminfo.h 30 char clear_screen[TERMINFO_LEN]; member in struct:terminfo
  /system/extras/tests/framebuffer/
fb_test.c 212 void clear_screen(int w, int h, uint16_t* loc) function
229 clear_screen(w, h, (uint16_t *)gr_framebuffer[0].data);
230 clear_screen(w, h, (uint16_t *)gr_framebuffer[1].data);
  /system/extras/latencytop/
latencytop.c 63 static void clear_screen(void);
156 clear_screen();
415 static void clear_screen(void) { function

Completed in 48 milliseconds