OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatencyTestContext
(Results
1 - 4
of
4
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
test_context.h
67
class
LatencyTestContext
: public TestContext {
69
LatencyTestContext
(PerformanceMode perfMode,
78
LatencyTestContext
(const
LatencyTestContext
&) = delete;
79
LatencyTestContext
& operator=(const
LatencyTestContext
&) = delete;
loopback2.cpp
52
lbData->testContext.reset(new
LatencyTestContext
(
78
static_cast<
LatencyTestContext
*>(lbData->testContext.get())));
loopback_test.h
65
LatencyTest(SoundSystem* soundSys,
LatencyTestContext
* testCtx);
77
//
LatencyTestContext
* mTestCtx;
loopback_test.cpp
86
LatencyTest::LatencyTest(SoundSystem* soundSys,
LatencyTestContext
* testCtx)
Completed in 229 milliseconds