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