Home
last modified time | relevance | path

Searched defs:DPTestParam (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp1969 struct DPTestParam { struct
1970 DPTestParam(const std::vector<AudioMixMatchCriterion>& mixCriteria, in DPTestParam() argument
1975 DPTestParam& withUsage(audio_usage_t usage) { in withUsage() argument
1980 DPTestParam& withTags(const char *tags) { in withTags() argument
1985 DPTestParam& withSource(audio_source_t source) { in withSource() argument
1990 DPTestParam& withSessionId(audio_session_t sessionId) { in withSessionId() argument
2002 public testing::WithParamInterface<DPTestParam> { argument