Searched refs:InputPresetParam (Results 1 – 1 of 1) sorted by relevance
551 using InputPresetParam = std::tuple<aaudio_performance_mode_t, aaudio_input_preset_t>; typedef553 public ::testing::WithParamInterface<InputPresetParam> {555 static std::string getTestName(const ::testing::TestParamInfo<InputPresetParam>& info) { in getTestName()