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