Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp643 using AllowCapturePolicyParam = std::tuple<aaudio_performance_mode_t, typedef
646 public ::testing::WithParamInterface<AllowCapturePolicyParam> {
648 static std::string getTestName(const ::testing::TestParamInfo<AllowCapturePolicyParam>& info) { in getTestName()