Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1281 class WithAudioPatch { class
1283 WithAudioPatch() = default;
1284 WithAudioPatch(const AudioPortConfig& srcPortConfig, const AudioPortConfig& sinkPortConfig) in WithAudioPatch() function in WithAudioPatch
1286 WithAudioPatch(bool sinkIsCfg1, const AudioPortConfig& portConfig1, in WithAudioPatch() function in WithAudioPatch
1290 WithAudioPatch(const WithAudioPatch& patch, const AudioPortConfig& srcPortConfig, in WithAudioPatch() function in WithAudioPatch
1297 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 …]