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

  /external/qemu/android/
framebuffer.c 248 static int framebuffer_fifo_count; variable
253 if (framebuffer_fifo_count >= MAX_FRAME_BUFFERS)
256 framebuffer_fifo[ framebuffer_fifo_count++ ] = qfbuff;
263 if (framebuffer_fifo_rpos >= framebuffer_fifo_count)
274 for (nn = 0; nn < framebuffer_fifo_count; nn++) {
287 for (nn = 0; nn < framebuffer_fifo_count; nn++) {
296 for (nn = 0; nn < framebuffer_fifo_count; nn++) {

Completed in 46 milliseconds