Searched refs:WithStream (Results 1 – 1 of 1) sorted by relevance
1164 class WithStream { class1175 WithStream() = default;1176 explicit WithStream(const AudioPortConfig& portConfig) : mPortConfig(portConfig) {} in WithStream() function in WithStream1177 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 …]