Home
last modified time | relevance | path

Searched refs:manyToMulti (Results 1 – 2 of 2) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp304 manyToMulti.reset(nullptr); in close()
311 if (manyToMulti == nullptr) { in setChannelEnabled()
318 … sineOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()
321 … sawtoothOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()
325 … sineOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()
329 … sineOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()
335 manyToMulti->inputs[channelIndex]->disconnect(); in setChannelEnabled()
340 manyToMulti = std::make_unique<ManyToMultiConverter>(mChannelCount); in configureForStart()
371 manyToMulti->output.connect(&(mSinkFloat.get()->input)); in configureForStart()
372 manyToMulti->output.connect(&(mSinkI16.get()->input)); in configureForStart()
DNativeAudioContext.h422 std::unique_ptr<ManyToMultiConverter> manyToMulti; variable