Searched defs:AudioChannelLayoutRoundTripTest (Results 1 – 1 of 1) sorted by relevance
307 class AudioChannelLayoutRoundTripTest : public testing::TestWithParam<ChannelLayoutParam> {}; class308 TEST_P(AudioChannelLayoutRoundTripTest, Aidl2Legacy2Aidl) { in TEST_P() argument