Home
last modified time | relevance | path

Searched refs:LatencyTestContext (Results 1 – 4 of 4) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dtest_context.h67 class LatencyTestContext : public TestContext {
69 LatencyTestContext(PerformanceMode perfMode, in LatencyTestContext() function
78 LatencyTestContext(const LatencyTestContext&) = delete;
79 LatencyTestContext& operator=(const LatencyTestContext&) = delete;
Dloopback2.cpp52 lbData->testContext.reset(new LatencyTestContext( in lb2Init()
78 static_cast<LatencyTestContext*>(lbData->testContext.get()))); in lb2Init()
Dloopback_test.h65 LatencyTest(SoundSystem* soundSys, LatencyTestContext* testCtx);
Dloopback_test.cpp86 LatencyTest::LatencyTest(SoundSystem* soundSys, LatencyTestContext* testCtx) in LatencyTest()