Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp298 class WithAudioPortConfig { class
300 WithAudioPortConfig() = default;
301 explicit WithAudioPortConfig(const AudioPortConfig& config) : mInitialConfig(config) {} in WithAudioPortConfig() function in WithAudioPortConfig
302 WithAudioPortConfig(const WithAudioPortConfig&) = delete;
303 WithAudioPortConfig& operator=(const WithAudioPortConfig&) = delete;
304 ~WithAudioPortConfig() { in ~WithAudioPortConfig()
503 WithAudioPortConfig portConfig(config); in ApplyEveryConfig()
1211 WithAudioPortConfig mPortConfig;
1353 WithAudioPortConfig mSrcPortConfig;
1354 WithAudioPortConfig mSinkPortConfig;
[all …]