Home
last modified time | relevance | path

Searched defs:getEmptyFramesAvailable (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp190 int32_t AudioEndpoint::getEmptyFramesAvailable(WrappingBuffer *wrappingBuffer) { in getEmptyFramesAvailable() function in AudioEndpoint
194 int32_t AudioEndpoint::getEmptyFramesAvailable() { in getEmptyFramesAvailable() function in AudioEndpoint
/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.cpp52 fifo_frames_t FifoControllerBase::getEmptyFramesAvailable() { in getEmptyFramesAvailable() function in FifoControllerBase
H A DFifoBuffer.h105 fifo_frames_t getEmptyFramesAvailable() { in getEmptyFramesAvailable() function