Home
last modified time | relevance | path

Searched refs:FifoControllerBase (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.cpp26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase() function in FifoControllerBase
32 FifoControllerBase::~FifoControllerBase() { in ~FifoControllerBase()
35 fifo_frames_t FifoControllerBase::getFullFramesAvailable() { in getFullFramesAvailable()
39 fifo_frames_t FifoControllerBase::getReadIndex() { in getReadIndex()
44 void FifoControllerBase::advanceReadIndex(fifo_frames_t numFrames) { in advanceReadIndex()
48 fifo_frames_t FifoControllerBase::getEmptyFramesAvailable() { in getEmptyFramesAvailable()
52 fifo_frames_t FifoControllerBase::getWriteIndex() { in getWriteIndex()
57 void FifoControllerBase::advanceWriteIndex(fifo_frames_t numFrames) { in advanceWriteIndex()
61 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { in setThreshold()
DFifoControllerBase.h36 class FifoControllerBase {
44 FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold);
46 virtual ~FifoControllerBase();
DFifoController.h30 class FifoController : public FifoControllerBase
34 : FifoControllerBase(bufferSize, threshold) in FifoController()
DFifoControllerIndirect.h33 class FifoControllerIndirect : public FifoControllerBase {
40 : FifoControllerBase(capacity, threshold) in FifoControllerIndirect()
DFifoBuffer.h92 FifoControllerBase *getFifoControllerBase() { return mFifo; } in getFifoControllerBase()
128 FifoControllerBase *mFifo;
/frameworks/av/media/libaaudio/src/
DAndroid.bp30 "fifo/FifoControllerBase.cpp",