OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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