Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/audio/aidl/vts/
H A DVtsHalAudioCoreModuleTargetTest.cpp250 class WithModuleParameter { class
252 WithModuleParameter(const std::string parameterId, const T& value) in WithModuleParameter() function in WithModuleParameter
254 WithModuleParameter(const WithModuleParameter&) = delete;
255 WithModuleParameter& operator=(const WithModuleParameter&) = delete;
256 ~WithModuleParameter() { in ~WithModuleParameter()
4109 WithModuleParameter forceDrainToDraining("aosp.forceDrainToDraining", in Run()
4121 WithModuleParameter forceTransientBurst("aosp.forceTransientBurst", Boolean{true}); in Run()
4131 WithModuleParameter forceSynchronousDrain("aosp.forceSynchronousDrain", in Run()