HomeSort by relevance Sort by last modified time
    Searched refs:GlitchTest (Results 1 - 3 of 3) sorted by null

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
loopback_test.h 88 class GlitchTest : public LoopbackTest {
90 GlitchTest(SoundSystem* soundSys, GlitchTestContext* testCtx);
91 GlitchTest(const GlitchTest&) = delete;
92 GlitchTest& operator=(const GlitchTest&) = delete;
93 virtual ~GlitchTest();
loopback_test.cpp 153 GlitchTest::GlitchTest(SoundSystem* soundSys, GlitchTestContext* testCtx)
158 GlitchTest::~GlitchTest() {
162 bool GlitchTest::init() {
164 return mSoundSys->init(std::bind(&GlitchTest::writeCallback, this, std::placeholders::_1));
167 AudioBufferView<sample_t> GlitchTest::writeCallback(size_t expectedFrames) {
loopback2.cpp 81 lbData->currentTest.reset(new GlitchTest(

Completed in 73 milliseconds