Searched refs:channelIndexMasks (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | AudioPort.java | 97 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioPort() argument 104 mChannelIndexMasks = channelIndexMasks; in AudioPort() 111 format, samplingRates, channelMasks, channelIndexMasks, in AudioPort() 130 Set<Integer> channelIndexMasks = new HashSet<>(); in AudioPort() local 137 channelIndexMasks.addAll(Arrays.stream(profile.getChannelIndexMasks()).boxed() in AudioPort() 142 mChannelIndexMasks = channelIndexMasks.stream().mapToInt(Number::intValue).toArray(); in AudioPort() 197 public int[] channelIndexMasks() { in channelIndexMasks() method in AudioPort
|
D | AudioMixPort.java | 40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort() argument 42 super(handle, role, deviceName, samplingRates, channelMasks, channelIndexMasks, in AudioMixPort()
|
D | AudioProfile.java | 61 @NonNull int[] channelIndexMasks, in AudioProfile() argument 66 mChannelIndexMasks = channelIndexMasks; in AudioProfile()
|
D | AudioDevicePort.java | 48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort() argument 54 deviceName, samplingRates, channelMasks, channelIndexMasks, formats, gains); in AudioDevicePort()
|
D | AudioDeviceInfo.java | 470 return mPort.channelIndexMasks(); in getChannelIndexMasks()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 27430 Landroid/media/AudioPort;->channelIndexMasks()[I
|