Searched
full:fifo (Results
376 -
400 of
563) sorted by null
<<11121314151617181920>>
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SingleSensorTests.java | 52 * rates are added to the FIFO without controlling the appropriate ordering of the events.
|
/docs/source.android.com/src/security/selinux/ |
customize.jd | 174 descriptors, FIFO files, datagram sockets, and UNIX stream sockets. DHCP may
|
/external/gptfdisk/ |
diskio-unix.cc | 82 cerr << "The specified path is a FIFO!\n";
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractFuture.java | 59 * executors need not guarantee FIFO execution, or different listeners may run
|
/external/iproute2/ip/ |
ipaddress.c | 484 fprintf(fp, " RX errors: length crc frame fifo missed%s", _SL_); 513 fprintf(fp, " TX errors: aborted fifo window heartbeat"); 549 fprintf(fp, " RX errors: length crc frame fifo missed%s", _SL_); 576 fprintf(fp, " TX errors: aborted fifo window heartbeat"); [all...] |
/external/ipsec-tools/src/include-glibc/sys/ |
queue.h | 66 * and few or no removals or for implementing a FIFO queue.
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
Buffer.java | 30 * This is a byte buffer that is designed to work like a FIFO for bytes. Puts and Gets operate on different
|
/external/kernel-headers/original/uapi/linux/wimax/ |
i2400m.h | 294 * @size: used for management of the FIFO queue buffer; before
|
/external/libbrillo/brillo/streams/ |
file_stream.cc | 334 case S_IFIFO: // FIFO/pipe
|
/external/libpcap/pcap/ |
pcap.h | 199 u_long rx_fifo_errors; /* recv'r fifo overrun */
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 541 * refer to this buffer in fifo commands.
|
/external/toybox/toys/pending/ |
lsof.c | 257 case S_IFIFO: strcpy(fi->type, "FIFO"); break;
|
/external/vulkan-validation-layers/demos/smoke/ |
Shell.cpp | 455 // FIFO is the only mode universally supported
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 49 #define FIFOTYPE '6' /* FIFO special */
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 383 // in the overall fast mix cycle being delayed. Should use a non-blocking FIFO.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfoAsyncQuery.java | 156 * looper queue must be FIFO with respect to input from the synchronous startQuery
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
SemaphoreTest.java | 592 * fair locks are strictly FIFO
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/wimax/ |
i2400m.h | 303 * @size: used for management of the FIFO queue buffer; before
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/ |
i2400m.h | 294 * @size: used for management of the FIFO queue buffer; before
|
/system/core/liblog/ |
pmsg_reader.c | 433 * pmsg FIFO but retaining the newest data for last with best
|
/external/kernel-headers/original/uapi/sound/ |
asound.h | 282 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 390 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ [all...] |
/external/libpcap/msdos/ |
pktdrvr.c | 29 #define NUM_RX_BUF 32 /* # of buffers in Rx FIFO queue */
109 extern WORD rxOutOfs; /* offsets into pktRxBuf FIFO queue */
[all...] |
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
asound.h | 266 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 372 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ [all...] |
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
asound.h | 272 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 378 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ [all...] |
/hardware/qcom/msm8x26/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...] |
Completed in 1995 milliseconds
<<11121314151617181920>>