Home
last modified time | relevance | path

Searched refs:getEmptyRoomAvailable (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.cpp108 fifo_frames_t FifoBuffer::getEmptyRoomAvailable(WrappingBuffer *wrappingBuffer) { in getEmptyRoomAvailable() function in FifoBuffer
153 getEmptyRoomAvailable(&wrappingBuffer); in write()
DFifoBuffer.h79 fifo_frames_t getEmptyRoomAvailable(WrappingBuffer *wrappingBuffer);
/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp194 return mDataQueue->getEmptyRoomAvailable(wrappingBuffer); in getEmptyFramesAvailable()
/frameworks/av/media/libaaudio/tests/
Dtest_atomic_fifo.cpp162 fifo_frames_t wrapAvailable = mFifoBuffer.getEmptyRoomAvailable(&wrappingBuffer); in verifyWrappingBuffer()