Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DDirectAudioProfilesForAttributesTest.kt123 channelIndexMasks.map { channelIndexMask -> in <lambda>()
DAudioManagerTest.java2240 Set<Integer> channelIndexMasks = IntStream.of(device.getChannelIndexMasks()).boxed() in testGetDevices() local
2266 assertEquals(channelIndexMasks, channelIndexMasksFromProfile); in testGetDevices()