Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioProfile.java60 private final int[] mChannelMasks; field in AudioProfile
79 mChannelMasks = channelMasks; in AudioProfile()
95 return mChannelMasks; in getChannelMasks()
133 Arrays.hashCode(mChannelMasks), Arrays.hashCode(mChannelIndexMasks), in hashCode()
145 && (hasIdenticalElements(mChannelMasks, that.mChannelMasks)) in equals()
157 if (mChannelMasks != null && mChannelMasks.length > 0) { in toString()
158 sb.append(", channel masks=").append(toHexString(mChannelMasks)); in toString()
193 dest.writeIntArray(mChannelMasks); in writeToParcel()
201 mChannelMasks = in.createIntArray(); in AudioProfile()
DAudioPort.java85 private final int[] mChannelMasks; field in AudioPort
103 mChannelMasks = channelMasks; in AudioPort()
141 mChannelMasks = channelMasks.stream().mapToInt(Number::intValue).toArray(); in AudioPort()
189 return mChannelMasks; in channelMasks()
/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp56 mChannelMasks.insert(channelMasks); in AudioProfile()
72 mChannelMasks(channelMasks), in AudioProfile()
79 mChannelMasks = channelMasks; in setChannels()
93 mChannelMasks.clear(); in clear()
117 if (!mChannelMasks.empty()) { in dump()
119 for (auto it = mChannelMasks.begin(); it != mChannelMasks.end();) { in dump()
121 dst->append(++it == mChannelMasks.end() ? "" : ", "); in dump()
135 mChannelMasks == other->getChannels() && in equals()
147 mChannelMasks = other.mChannelMasks; in operator =()
188 mChannelMasks, in toCommonParcelable()
[all …]
/frameworks/av/media/libaudiofoundation/include/media/
DAudioProfile.h46 const ChannelMaskSet &getChannels() const { return mChannelMasks; } in getChannels()
55 return mChannelMasks.count(channels) != 0; in supportsChannels()
61 bool hasValidChannels() const { return !mChannelMasks.empty(); } in hasValidChannels()
97 ChannelMaskSet mChannelMasks; variable
/frameworks/av/services/audiopolicy/service/
DSpatializer.cpp372 mChannelMasks.emplace_back(channelMask); in loadEngineConfiguration()
374 if (mChannelMasks.empty()) { in loadEngineConfiguration()
387 .set(AMEDIAMETRICS_PROP_CHANNELMASKS, channelMaskVectorToString(mChannelMasks)) in loadEngineConfiguration()
413 config.channel_mask = getMaxChannelMask(mChannelMasks, FCC_LIMIT); in getAudioInConfig()
1110 for (auto& mask : mChannelMasks) { in toString()
DSpatializer.h389 std::vector<audio_channel_mask_t> mChannelMasks; variable
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp211 jfieldID mChannelMasks; member
1400 gAudioProfileFields.mChannelMasks)); in convertAudioPortFromNative()
3326 gAudioProfileFields.mChannelMasks = in register_android_media_AudioSystem()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24559 Landroid/media/AudioPort;->mChannelMasks:[I