Searched refs:mTestCtx (Results 1 – 6 of 6) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | loopback_test.cpp | 31 mTestCtx(testCtx), in LoopbackTest() 36 mTestCtx->getFrameSize(), in LoopbackTest() 50 AudioBuffer<sample_t> readBuffer(mTestCtx->createAudioBuffer()); in collectRecording() 71 return framesRead * mTestCtx->getChannelCount(); in collectRecording() 155 mTestCtx(testCtx) { in GlitchTest() 172 reinterpret_cast<char*>(mTestCtx->getByteBuffer().getData()), in writeCallback() 173 mTestCtx->getByteBuffer().getFrameCount(), in writeCallback() 175 framesRead, mTestCtx->getChannelCount()); in writeCallback() 183 return mTestCtx->getNextImpulse(expectedFrames); in writeCallback()
|
D | sound_system_echo.cpp | 27 : mTestCtx(testCtx), in SoundSystemEcho() 33 mTestCtx->getFrameCount(), in SoundSystemEcho() 34 mTestCtx->getFrameSize(), in SoundSystemEcho() 60 AudioBufferView<sample_t> buffer = mWriteCallback(mTestCtx->getFrameCount()); in threadLoop() 78 audio_utils_fifo_availToRead(&mFifo), mTestCtx->getChannelCount()); in drainInput()
|
D | sound_system_aaudio.cpp | 238 const TestContext *mTestCtx; member in __anone5ffb4860111::Player 272 mTestCtx = testCtx; in init() 343 const TestContext *mTestCtx; member in __anone5ffb4860111::Recorder 373 mTestCtx = testCtx; in init() 380 if (mStream->getChannelCount() != mTestCtx->getChannelCount()) { in init() 382 mTestCtx->getFrameCount(), mStream->getChannelCount())); in init() 439 : mTestCtx(nullptr), mImpl(new Impl()) { in SoundSystemAAudio() 443 : mTestCtx(testCtx), mImpl(new Impl()) { in SoundSystemAAudio() 459 if (!mTestCtx) { in init() 463 && mImpl->recorder.init(mTestCtx) in init() [all …]
|
D | loopback_test.h | 54 TestContext* mTestCtx; variable 100 GlitchTestContext* mTestCtx; variable
|
D | sound_system_aaudio.h | 46 const TestContext* mTestCtx; variable
|
D | sound_system_echo.h | 50 const TestContext* mTestCtx; variable
|