HomeSort by relevance Sort by last modified time
    Searched full:fifo (Results 401 - 425 of 563) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 265 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */
371 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 18 * first-in-first-out (FIFO) wait queues. This class is designed to
47 * same FIFO queue. Usually, implementation subclasses support only
105 * <p>Even though this class is based on an internal FIFO queue, it
106 * does not automatically enforce FIFO acquisition policies. The core
128 * methods, thereby providing a <em>fair</em> FIFO acquisition order.
154 * release parameters, and an internal FIFO wait queue. When this does
    [all...]
ReentrantLock.java 464 * <li>Waiting threads are signalled in FIFO order.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 84 FIFOTYPE = "6" # fifo special device
141 S_IFIFO = 0010000 # fifo
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 84 FIFOTYPE = "6" # fifo special device
141 S_IFIFO = 0010000 # fifo
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 84 FIFOTYPE = "6" # fifo special device
141 S_IFIFO = 0010000 # fifo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 84 FIFOTYPE = "6" # fifo special device
141 S_IFIFO = 0010000 # fifo
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 97 * @def FIFO Communication with audiomanager
100 #define FIFO1 "/dev/fifo.1"
101 #define FIFO2 "/dev/fifo.2"
    [all...]
  /external/dng_sdk/source/
dng_pthread.cpp 88 waiter *tail_waiter; // Used to get FIFO, rather than LIFO, behavior for pthread_cond_signal
  /external/libchrome/base/message_loop/
message_loop.h 166 // With the PostTask variant, tasks are invoked in FIFO order, inter-mixed
  /external/toybox/toys/pending/
mke2fs.c 381 // TODO : S_ISREG/DIR/CHR/BLK/FIFO/LNK/SOCK(m)
  /external/toybox/toys/posix/
ls.c 25 -R recursively list files in subdirs -F append /dir *exe @sym |FIFO
  /external/vboot_reference/futility/
cmd_show.c 604 printf("%s:\t%s\n", filename, "FIFO");
  /external/zlib/src/test/
infcover.c 46 blocks, non-FIFO frees, or frees of addresses not
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 755 * Queue up a stream to be prepared. Streams are processed by a background thread in FIFO
  /frameworks/base/media/java/android/media/
JetPlayer.java 38 * sequentially added to a playback FIFO queue. The rendering of the MIDI content stored in each
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu60x0.h 762 * Rate. The sensor registor output, FIFO output, DMP sampling
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 515 peripheral will either be able to supply or accept from its FIFO (see DMA_eBurst).
  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 390 /* Write command to FIFO */
tng_hostdefs.h 95 //brief WB FIFO
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 307 ALOGV("fifo = %d\n", (int) p->fifo_size);
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantLockTest.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java 101 * <p>A {@code BlockingDeque} implementation may be used directly as a FIFO
  /libcore/ojluni/src/main/java/java/util/
Deque.java 100 * used as a queue, FIFO (First-In-First-Out) behavior results. Elements are
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java 145 * looper queue must be FIFO with respect to input from the synchronous startQuery

Completed in 1152 milliseconds

<<11121314151617181920>>