Home
last modified time | relevance | path

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

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