Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1164 class WithStream { class
1175 WithStream() = default;
1176 explicit WithStream(const AudioPortConfig& portConfig) : mPortConfig(portConfig) {} in WithStream() function in WithStream
1177 WithStream(const WithStream&) = delete;
1178 WithStream& operator=(const WithStream&) = delete;
1179 ~WithStream() { in ~WithStream()
1229 ScopedAStatus WithStream<IStreamIn>::SetUpNoChecks(IModule* module, in SetUpNoChecks()
1261 ScopedAStatus WithStream<IStreamOut>::SetUpNoChecks(IModule* module, in SetUpNoChecks()
2719 mStream = std::make_unique<WithStream<Stream>>(mMixPortConfig->get()); in SetUpPortConfig()
2794 mStream = std::make_unique<WithStream<Stream>>(mMixPortConfig->get()); in TeardownPatchSetUpStream()
[all …]