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.cpp190 void AudioEndpoint::getFullFramesAvailable(WrappingBuffer *wrappingBuffer) function in class:AudioEndpoint
195 int32_t AudioEndpoint::getFullFramesAvailable() function in class:AudioEndpoint
197 return mDataQueue->getFifoControllerBase()->getFullFramesAvailable();

Completed in 49 milliseconds