Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.h146 return mInternalStorage.get(); in getStorage()
149 std::unique_ptr<uint8_t[]> mInternalStorage; variable
DFifoBuffer.cpp47 mInternalStorage = std::make_unique<uint8_t[]>(bytesPerBuffer); in FifoBufferAllocated()