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

  /frameworks/rs/
rsFifo.h 27 // A simple FIFO to be used as a producer / consumer between two
32 class Fifo {
34 Fifo();
35 virtual ~Fifo();
  /frameworks/native/include/gui/
BufferQueue.h 448 // mQueue is a FIFO of queued buffers used in synchronous mode
449 typedef Vector<int> Fifo;
450 Fifo mQueue;

Completed in 480 milliseconds