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

/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.cpp17 #define LOG_TAG "FifoControllerBase"
22 #include "FifoControllerBase.h"
26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) function in class:FifoControllerBase
32 FifoControllerBase::~FifoControllerBase() {
35 fifo_frames_t FifoControllerBase::getFullFramesAvailable() {
39 fifo_frames_t FifoControllerBase::getReadIndex() {
44 void FifoControllerBase::advanceReadIndex(fifo_frames_t numFrames) {
48 fifo_frames_t FifoControllerBase
[all...]
H A DFifoControllerBase.h36 class FifoControllerBase { class in namespace:android
40 * Constructor for FifoControllerBase
44 FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold);
46 virtual ~FifoControllerBase();

Completed in 44 milliseconds