Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalDownmixTargetTest.cpp348 std::set<int32_t> supportedChannels; in getInputChannelLayouts() local
351 supportedChannels.insert(channel); in getInputChannelLayouts()
354 return supportedChannels; in getInputChannelLayouts()
365 std::set<int32_t> supportedChannels = getInputChannelLayouts(); in TEST_P() local
367 for (int32_t channel : supportedChannels) { in TEST_P()
368 size_t position = std::distance(supportedChannels.begin(), supportedChannels.find(channel)); in TEST_P()