Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp551 using InputPresetParam = std::tuple<aaudio_performance_mode_t, aaudio_input_preset_t>; typedef
553 public ::testing::WithParamInterface<InputPresetParam> {
555 static std::string getTestName(const ::testing::TestParamInfo<InputPresetParam>& info) { in getTestName()