Searched refs:mInternalStorage (Results 1 – 2 of 2) sorted by relevance
146 return mInternalStorage.get(); in getStorage()149 std::unique_ptr<uint8_t[]> mInternalStorage; variable
47 mInternalStorage = std::make_unique<uint8_t[]>(bytesPerBuffer); in FifoBufferAllocated()