HomeSort by relevance Sort by last modified time
    Searched defs:mTestCtx (Results 1 - 4 of 4) sorted by null

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
sound_system_aaudio.h 46 const TestContext* mTestCtx;
sound_system_echo.h 50 const TestContext* mTestCtx;
loopback_test.h 54 TestContext* mTestCtx;
77 //LatencyTestContext* mTestCtx;
100 GlitchTestContext* mTestCtx;
sound_system_aaudio.cpp 238 const TestContext *mTestCtx;
272 mTestCtx = testCtx;
343 const TestContext *mTestCtx;
373 mTestCtx = testCtx;
380 if (mStream->getChannelCount() != mTestCtx->getChannelCount()) {
382 mTestCtx->getFrameCount(), mStream->getChannelCount()));
439 : mTestCtx(nullptr), mImpl(new Impl()) {
443 : mTestCtx(testCtx), mImpl(new Impl()) {
459 if (!mTestCtx) {
463 && mImpl->recorder.init(mTestCtx)
    [all...]

Completed in 77 milliseconds