Searched refs:agci1 (Results 1 – 1 of 1) sorted by relevance
206 AudioGainConfigInfo agci1; in TEST_P() local207 agci1.zoneId = 0; in TEST_P()208 agci1.devicePortAddress = String16("address 1"); in TEST_P()209 agci1.volumeIndex = 8; in TEST_P()212 agci1.zoneId = 0; in TEST_P()213 agci1.devicePortAddress = String16("address 2"); in TEST_P()214 agci1.volumeIndex = 1; in TEST_P()216 std::vector<AudioGainConfigInfo> gains{agci1, agci2}; in TEST_P()