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

/frameworks/av/media/libaaudio/src/utility/
H A DFixedBlockReader.h39 int32_t readFromStorage(uint8_t *buffer, int32_t numBytes);
H A DFixedBlockReader.cpp36 int32_t FixedBlockReader::readFromStorage(uint8_t *buffer, int32_t numBytes) { function in class:FixedBlockReader
53 int32_t bytesRead = readFromStorage(buffer, bytesLeft);

Completed in 50 milliseconds