Home
last modified time | relevance | path

Searched refs:processVariableBlock (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
DFixedBlockWriter.h40 AdapterProcessResult processVariableBlock(uint8_t *buffer, int32_t numBytes) override;
DFixedBlockReader.h44 AdapterProcessResult processVariableBlock(uint8_t *buffer, int32_t numBytes) override;
DFixedBlockAdapter.h63 virtual AdapterProcessResult processVariableBlock(uint8_t *buffer, int32_t numBytes) = 0;
DFixedBlockWriter.cpp38 AdapterProcessResult FixedBlockWriter::processVariableBlock(uint8_t *buffer, int32_t numBytes) { in processVariableBlock() function in FixedBlockWriter
DFixedBlockReader.cpp47 AdapterProcessResult FixedBlockReader::processVariableBlock(uint8_t *buffer, int32_t numBytes) { in processVariableBlock() function in FixedBlockReader
/frameworks/av/media/libaaudio/tests/
Dtest_block_adapter.cpp83 return mFixedBlockWriter.processVariableBlock((uint8_t *) mTestBuffer, sizeBytes); in testInputWrite()
111 mFixedBlockReader.processVariableBlock((uint8_t *) mTestBuffer, sizeBytes); in testOutputRead()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp108 std::tie(callbackResult, written) = mBlockAdapter->processVariableBlock( in onMoreData()
179 std::tie(callbackResult, written) = mBlockAdapter->processVariableBlock( in onMoreData()