Searched refs:writeToStorage (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
H A DFixedBlockWriter.h35 int32_t writeToStorage(uint8_t *buffer, int32_t numBytes);
H A DFixedBlockWriter.cpp27 int32_t FixedBlockWriter::writeToStorage(uint8_t *buffer, int32_t numBytes) { function in class:FixedBlockWriter
44 int32_t bytesWritten = writeToStorage(buffer, bytesLeft);
63 writeToStorage(buffer, bytesLeft);

Completed in 2328 milliseconds