Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioPort.java97 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioPort() argument
103 mChannelMasks = channelMasks; in AudioPort()
111 format, samplingRates, channelMasks, channelIndexMasks, in AudioPort()
129 Set<Integer> channelMasks = new HashSet<>(); in AudioPort() local
135 channelMasks.addAll(Arrays.stream(profile.getChannelMasks()).boxed() in AudioPort()
141 mChannelMasks = channelMasks.stream().mapToInt(Number::intValue).toArray(); in AudioPort()
188 public int[] channelMasks() { in channelMasks() method in AudioPort
H A DAudioMixPort.java40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort() argument
42 super(handle, role, deviceName, samplingRates, channelMasks, channelIndexMasks, in AudioMixPort()
H A DAudioDevicePort.java48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort() argument
54 deviceName, samplingRates, channelMasks, channelIndexMasks, formats, gains); in AudioDevicePort()
H A DAudioProfile.java81 public AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile() argument
85 mChannelMasks = channelMasks; in AudioProfile()
H A DAudioDeviceInfo.java480 return mPort.channelMasks(); in getChannelMasks()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java1073 if (!intArrayContains(audioSink.channelMasks(), sinkChannelMask)) { in updateAudioConfigLocked()
1097 for (int inChannelMask : mAudioSource.channelMasks()) { in updateAudioConfigLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java2475 for (int mask : devicePort.channelMasks()) {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24553 Landroid/media/AudioPort;->channelMasks()[I