Searched defs:fifo_frames_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.h25 typedef int32_t fifo_frames_t; typedef in namespace:android
44 FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold);
75 fifo_frames_t getFullFramesAvailable();
80 fifo_frames_t getReadIndex();
85 void advanceReadIndex(fifo_frames_t numFrames);
90 fifo_frames_t getEmptyFramesAvailable();
95 fifo_frames_t getWriteIndex();
100 void advanceWriteIndex(fifo_frames_t numFrames);
107 void setThreshold(fifo_frames_t threshol
[all...]

Completed in 49 milliseconds