Searched refs:PrivacyModeParam (Results 1 – 1 of 1) sorted by relevance
703 using PrivacyModeParam = std::tuple<aaudio_performance_mode_t, int>; typedef705 public ::testing::WithParamInterface<PrivacyModeParam> {707 static std::string getTestName(const ::testing::TestParamInfo<PrivacyModeParam>& info) { in getTestName()