Searched refs:LoopbackTest (Results 1 – 4 of 4) sorted by relevance
32 class LoopbackTest {34 LoopbackTest(SoundSystem* soundSys, TestContext* testCtx);35 LoopbackTest(const LoopbackTest&) = delete;36 LoopbackTest& operator=(const LoopbackTest&) = delete;37 virtual ~LoopbackTest();63 class LatencyTest : public LoopbackTest {88 class GlitchTest : public LoopbackTest {
26 constexpr size_t LoopbackTest::COLLECTION_PERIOD_MS;28 LoopbackTest::LoopbackTest(SoundSystem* soundSys, TestContext* testCtx) : in LoopbackTest() function in LoopbackTest40 LoopbackTest::~LoopbackTest() { in ~LoopbackTest()44 bool LoopbackTest::init() { in init()48 int LoopbackTest::collectRecording(AudioBufferView<double> buffer) { in collectRecording()74 void LoopbackTest::receiveRecording(size_t framesRead) { in receiveRecording()87 : LoopbackTest(soundSys, testCtx), in LatencyTest()102 if (!LoopbackTest::init()) return false; in init()154 : LoopbackTest(soundSys, testCtx), in GlitchTest()163 if (!LoopbackTest::init()) return false; in init()
33 std::unique_ptr<LoopbackTest> currentTest;
25 function LoopbackTest( class