HomeSort by relevance Sort by last modified time
    Searched full:framebuffer_fifo_rpos (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
framebuffer.c 247 static int framebuffer_fifo_rpos; variable
263 if (framebuffer_fifo_rpos >= framebuffer_fifo_count)
266 return framebuffer_fifo[ framebuffer_fifo_rpos++ ];

Completed in 24 milliseconds