OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mFifo
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libnbaio/include/
Pipe.h
63
audio_utils_fifo
mFifo
;
MonoPipe.h
89
audio_utils_fifo
mFifo
;
NBLog.h
277
audio_utils_fifo * const
mFifo
; // FIFO itself,
372
audio_utils_fifo * const
mFifo
; // FIFO itself,
427
std::unique_ptr<audio_utils_fifo>
mFifo
;
/frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h
90
FifoControllerBase *getFifoControllerBase() { return
mFifo
; }
97
return
mFifo
->getReadCounter();
101
mFifo
->setReadCounter(n);
105
return
mFifo
->getWriteCounter();
109
mFifo
->setWriteCounter(n);
121
FifoControllerBase *
mFifo
;
/hardware/libhardware/modules/sensors/dynamic_sensor/
DynamicSensorManager.h
121
RingBuffer
mFifo
;
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
InputTestCase.java
49
private File
mFifo
;
66
mFifo
= setupFifo();
74
if (
mFifo
!= null) {
75
mFifo
.delete();
76
mFifo
= null;
167
ui.executeShellCommand("hid " +
mFifo
.getAbsolutePath());
168
mWriter = new FileWriter(
mFifo
);
/system/media/audio_utils/include/audio_utils/
fifo.h
303
{ return
mFifo
.capacity(); }
315
audio_utils_fifo&
mFifo
;
388
* The default effective buffer size is
mFifo
.mFrameCount.
391
* \param frameCount effective buffer size in frames. Capped to range [0,
mFifo
.mFrameCount].
409
* The default value for \p armLevel is
mFifo
.mFrameCount, which means always armed.
439
uint32_t mEffectiveFrames; // current effective buffer size, <=
mFifo
.mFrameCount
561
* The default value for \p triggerLevel is
mFifo
.mFrameCount,
569
* Capped to range [-1,
mFifo
.mFrameCount].
571
* Capped to range [0,
mFifo
.mFrameCount].
Completed in 487 milliseconds