Searched refs:WithAudioPatch (Results 1 – 1 of 1) sorted by relevance
1281 class WithAudioPatch { class1283 WithAudioPatch() = default;1284 WithAudioPatch(const AudioPortConfig& srcPortConfig, const AudioPortConfig& sinkPortConfig) in WithAudioPatch() function in WithAudioPatch1286 WithAudioPatch(bool sinkIsCfg1, const AudioPortConfig& portConfig1, in WithAudioPatch() function in WithAudioPatch1290 WithAudioPatch(const WithAudioPatch& patch, const AudioPortConfig& srcPortConfig, in WithAudioPatch() function in WithAudioPatch1297 WithAudioPatch(const WithAudioPatch&) = delete;1298 WithAudioPatch& operator=(const WithAudioPatch&) = delete;1299 ~WithAudioPatch() { in ~WithAudioPatch()2784 mPatch = std::make_unique<WithAudioPatch>(mIsInput, mMixPortConfig->get(), in ReconnectPatch()2890 mPatch = std::make_unique<WithAudioPatch>(mIsInput, mMixPortConfig->get(), in SetUpPatch()[all …]