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

/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.cpp35 fifo_frames_t FifoControllerBase::getFullFramesAvailable() { function in class:FifoControllerBase
49 return (int32_t)(mThreshold - getFullFramesAvailable());
/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp202 int32_t AudioEndpoint::getFullFramesAvailable(WrappingBuffer *wrappingBuffer) function in class:AudioEndpoint
207 int32_t AudioEndpoint::getFullFramesAvailable() function in class:AudioEndpoint
209 return mDataQueue->getFifoControllerBase()->getFullFramesAvailable();

Completed in 62 milliseconds