HomeSort by relevance Sort by last modified time
    Searched defs:FixedBlockReader (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaaudio/src/utility/
FixedBlockReader.h 30 class FixedBlockReader : public FixedBlockAdapter
33 FixedBlockReader(FixedBlockProcessor &fixedBlockProcessor);
35 virtual ~FixedBlockReader() = default;
FixedBlockReader.cpp 22 #include "FixedBlockReader.h"
25 FixedBlockReader::FixedBlockReader(FixedBlockProcessor &fixedBlockProcessor)
30 int32_t FixedBlockReader::open(int32_t bytesPerFixedBlock) {
36 int32_t FixedBlockReader::readFromStorage(uint8_t *buffer, int32_t numBytes) {
47 int32_t FixedBlockReader::processVariableBlock(uint8_t *buffer, int32_t numBytes) {

Completed in 5879 milliseconds