Home
last modified time | relevance | path

Searched refs:FifoBufferAllocated (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.h139 class FifoBufferAllocated : public FifoBuffer {
141 FifoBufferAllocated(int32_t bytesPerFrame, fifo_frames_t capacityInFrames);
DFifoBuffer.cpp34 using android::FifoBufferAllocated;
41 FifoBufferAllocated::FifoBufferAllocated(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBufferAllocated() function in FifoBufferAllocated