OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fifo
(Results
101 - 125
of
563
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/archive/tar/
common.go
35
TypeFifo = '6' //
fifo
node
120
// named pipe (
FIFO
)
156
//
fifo
node
172
c_ISFIFO = 010000 //
FIFO
/prebuilts/go/linux-x86/src/archive/tar/
common.go
35
TypeFifo = '6' //
fifo
node
120
// named pipe (
FIFO
)
156
//
fifo
node
172
c_ISFIFO = 010000 //
FIFO
/cts/tests/tests/hardware/src/android/hardware/cts/
SensorParameterRangeTest.java
57
// Note these
FIFO
minimum constants come from the CCD. In version
168
assertTrue(String.format("Sensor=%s, min required
fifo
length=%d actual=%d",
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
BatchArrivalVerification.java
69
// a non wake-up sensor, the
FIFO
will keep overwriting itself and the reportLatency
70
// of each event will be equal to the time it takes to fill up the
FIFO
.
EventTimestampSynchronizationVerification.java
77
//
FIFO
will keep overwriting itself and the reportLatency will be equal to the time
78
// it takes to fill up the
FIFO
.
TimestampClockSourceVerification.java
75
//
FIFO
will keep overwriting itself and the reportLatency will be equal to the time
76
// it takes to fill up the
FIFO
.
/external/libdrm/nouveau/
pushbuf.c
319
struct nouveau_fifo *
fifo
= chan->data;
local
333
req.channel =
fifo
->channel;
346
pushbuf_dump(krec, krec_id++,
fifo
->channel);
364
pushbuf_dump(krec, krec_id++,
fifo
->channel);
541
struct nouveau_fifo *
fifo
= chan->data;
local
553
req.channel =
fifo
->channel;
582
if (
fifo
->pushbuf & NOUVEAU_GEM_DOMAIN_GART) {
586
if (
fifo
->pushbuf & NOUVEAU_GEM_DOMAIN_VRAM) {
/external/mesa3d/src/gallium/drivers/svga/include/
svga3d_caps.h
32
* basic key/value dictionary within the "
FIFO
register" memory
36
* The SVGA device also has "device capabilities" and "
FIFO
svga_overlay.h
57
/*
FIFO
escape layout:
61
/*
FIFO
escape layout:
/frameworks/native/services/sensorservice/
SensorEventConnection.h
96
// Compute the approximate cache size from the
FIFO
sizes of various sensors registered for this
97
// connection. Wake up and non-wake up sensors have separate FIFOs but
FIFO
may be shared
/packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java
45
// that is used for
FIFO
eviction of nodes when the pool gets full.
180
// resulting in
FIFO
eviction.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_link.h
25
__u32 rx_fifo_errors; /* recv'r
fifo
overrun */
58
__u64 rx_fifo_errors; /* recv'r
fifo
overrun */
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc
72
// initial callbacks (avoids initial
FIFO
access).
151
// Simple first in first out (
FIFO
) class that wraps a list of 16-bit audio
155
// data to play out. The number of buffers in the
FIFO
will stabilize under
177
// Increases the size of the
FIFO
by one element.
200
// Decreases the size of the
FIFO
by one element.
[
all
...]
/docs/source.android.com/src/devices/sensors/
versioning.jd
48
<p>Even if you do not implement batching (your hardware has no
FIFO
), you must
126
batch
FIFO
may be full. If this value is not set properly, CTS will fail.
177
stored in the
FIFO
when the SoC goes to suspend mode.