Searched refs:AttributionTagParam (Results 1 – 1 of 1) sorted by relevance
246 using AttributionTagParam = std::tuple<aaudio_performance_mode_t, const char*>; typedef248 public ::testing::WithParamInterface<AttributionTagParam> {250 static std::string getTestName(const ::testing::TestParamInfo<AttributionTagParam>& info) { in getTestName()