Searched refs:UsageParam (Results 1 – 1 of 1) sorted by relevance
285 using UsageParam = std::tuple<aaudio_performance_mode_t, aaudio_usage_t>; typedef287 public ::testing::WithParamInterface<UsageParam> {289 static std::string getTestName(const ::testing::TestParamInfo<UsageParam>& info) { in getTestName()