Home
last modified time | relevance | path

Searched refs:getBufferCapacityInFrames (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp148 fifo_frames_t firstFrameAfter = kFifoDataOffset + mFifoBuffer.getBufferCapacityInFrames(); in verifyStorageIntegrity()
176 fifo_frames_t capacity = mFifoBuffer.getBufferCapacityInFrames(); in verifyWrappingBuffer()
256 const fifo_frames_t capacity = mFifoBuffer.getBufferCapacityInFrames(); in checkWriteRead()
270 const fifo_frames_t capacity = mFifoBuffer.getBufferCapacityInFrames(); in checkWriteReadSmallLarge()
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp244 int32_t AudioEndpoint::getBufferCapacityInFrames() const { in getBufferCapacityInFrames() function in AudioEndpoint
245 return (int32_t)mDataQueue->getBufferCapacityInFrames(); in getBufferCapacityInFrames()
H A DAudioEndpoint.h86 int32_t getBufferCapacityInFrames() const;
H A DAudioStreamInternalCapture.cpp119 && mAudioEndpoint->getFullFramesAvailable() > mAudioEndpoint->getBufferCapacityInFrames()) { in processDataNow()
/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp185 fifo_frames_t FifoBuffer::getBufferCapacityInFrames() { in getBufferCapacityInFrames() function in FifoBuffer
190 int32_t numBytes = convertFramesToBytes(getBufferCapacityInFrames()); in eraseMemory()
H A DFifoBuffer.h55 fifo_frames_t getBufferCapacityInFrames();
/aosp12/frameworks/av/services/oboeservice/
H A DSharedRingBuffer.cpp104 int32_t capacity = mFifoBuffer->getBufferCapacityInFrames(); in getFractionalFullness()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioTrack.java2132 public @IntRange (from = 0) int getBufferCapacityInFrames() { in getBufferCapacityInFrames() method in AudioTrack
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt20911 method @IntRange(from=0) public int getBufferCapacityInFrames();