Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp285 using UsageParam = std::tuple<aaudio_performance_mode_t, aaudio_usage_t>; typedef
287 public ::testing::WithParamInterface<UsageParam> {
289 static std::string getTestName(const ::testing::TestParamInfo<UsageParam>& info) { in getTestName()