Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp246 using AttributionTagParam = std::tuple<aaudio_performance_mode_t, const char*>; typedef
248 public ::testing::WithParamInterface<AttributionTagParam> {
250 static std::string getTestName(const ::testing::TestParamInfo<AttributionTagParam>& info) { in getTestName()