Searched defs:FixedBlockAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
H A DFixedBlockAdapter.cpp19 #include "FixedBlockAdapter.h"
21 FixedBlockAdapter::~FixedBlockAdapter() {
25 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock)
33 int32_t FixedBlockAdapter::close()
H A DFixedBlockAdapter.h34 class FixedBlockAdapter class
37 FixedBlockAdapter(FixedBlockProcessor &fixedBlockProcessor) function in class:FixedBlockAdapter
40 virtual ~FixedBlockAdapter();

Completed in 697 milliseconds