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

<<11121314151617181920>>

  /external/webrtc/webrtc/common_audio/
blocker.h 101 // standard FIFO, but due to the overlap-add it's harder to use an
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.h 68 // FIFO implementation for a limited capacity set.
  /frameworks/native/services/sensorservice/
SensorEventConnection.cpp 620 // Each sensor has a reserved fifo. Sum up the fifo sizes for all wake up sensors and
628 // Shared fifo. Compute the max of the fifo sizes for wake_up and non_wake up sensors.
SensorList.cpp 162 result.appendFormat("FIFO (max,reserved) = (%" PRIu32 ", %" PRIu32 ") events | ",
  /frameworks/rs/
rsThreadIO.cpp 167 // We want to finish processing fifo events before processing the vsync.
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mltypes.h 186 /* Fifo */
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h 186 /* Fifo */
  /libcore/jsr166-tests/src/test/java/jsr166/
ArrayBlockingQueueTest.java 371 * take retrieves elements in FIFO order
614 * toArray() contains all elements in FIFO order
668 * toArray(a) contains all elements in FIFO order
746 * iterator ordering is FIFO
ArrayDequeTest.java 645 * toArray() contains all elements in FIFO order
698 * toArray(a) contains all elements in FIFO order
765 * Iterator ordering is FIFO
828 * Descending iterator ordering is reverse FIFO
ConcurrentLinkedDequeTest.java 653 * toArray() contains all elements in FIFO order
663 * toArray(a) contains all elements in FIFO order
719 * Iterator ordering is FIFO
800 * Descending iterator ordering is reverse FIFO
LinkedBlockingQueueTest.java 361 * take retrieves elements in FIFO order
604 * toArray contains all elements in FIFO order
614 * toArray(a) contains all elements in FIFO order
682 * iterator ordering is FIFO
LinkedBlockingDequeTest.java 669 * take retrieves elements in FIFO order
899 * take retrieves elements in FIFO order
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/http/
KeepAliveStreamCleaner.java 37 * Instances of this class can be used as a FIFO queue for KeepAliveCleanerEntry objects.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 41 * Buffer fifo = BufferUtils.synchronizedBuffer(new UnboundedFifoByteBuffer());
  /packages/services/Telephony/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 41 * Buffer fifo = BufferUtils.synchronizedBuffer(new UnboundedFifoByteBuffer());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 149 #define __S_IFIFO 0010000 /* FIFO. */
  /toolchain/binutils/binutils-2.25/binutils/
filemode.c 34 'l' for symbolic link, 's' for socket, 'p' for fifo,
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 74 * Offset to use to map the first page of the FIFO read-only.
75 * The fifo is mapped using the mmap() system call on the drm device.
320 * @seqno: Fence sequence number in fifo. A fence object with a lower
331 * Use the last fence id read from the FIFO fence register.
561 * Read 3D capabilities from the FIFO
  /frameworks/base/core/java/android/hardware/
SensorManager.java 688 * int)} for more details on hardware FIFO (queueing) capabilities and when some sensor events
731 * it allows events to stay temporarily in the hardware FIFO (queue) before being delivered. The
732 * events can be stored in the hardware FIFO up to {@code maxReportLatencyUs} microseconds. Once
733 * one of the events in the FIFO needs to be reported, all of the events in the FIFO are
741 * When {@code sensor.maxFifoEventCount()} is 0, the sensor does not use a FIFO, so the call
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 41 * The hardware version is stored in the SVGA_FIFO_3D_HWVERSION fifo
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 103 bytesWr( rSUDFIFO, 8, ( char *)&setup_pkt ); //transfer to setup packet FIFO
249 bytesWr( rSNDFIFO, bytes_tosend, data_p ); //filling output FIFO
  /external/fio/
fio.h 20 #include "fifo.h"
297 * if we are overwriting. Otherwise just use a fifo.
  /external/iproute2/include/linux/
pkt_sched.h 119 /* FIFO section */
541 __u32 limit; /* fifo limit (packets) */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 115 /* FIFO section */
537 __u32 limit; /* fifo limit (packets) */
  /external/squashfs-tools/RELEASE-READMEs/
README-4.1 197 Reading from a device (or fifo/named socket)
203 given a device, fifo, or named socket will place that special file within the

Completed in 1697 milliseconds

<<11121314151617181920>>