Searched refs:mChannelMasks (Results 1 – 8 of 8) sorted by relevance
60 private final int[] mChannelMasks; field in AudioProfile79 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()
85 private final int[] mChannelMasks; field in AudioPort103 mChannelMasks = channelMasks; in AudioPort()141 mChannelMasks = channelMasks.stream().mapToInt(Number::intValue).toArray(); in AudioPort()189 return mChannelMasks; in channelMasks()
56 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 …]
46 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
372 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()
389 std::vector<audio_channel_mask_t> mChannelMasks; variable
211 jfieldID mChannelMasks; member1400 gAudioProfileFields.mChannelMasks)); in convertAudioPortFromNative()3326 gAudioProfileFields.mChannelMasks = in register_android_media_AudioSystem()
24559 Landroid/media/AudioPort;->mChannelMasks:[I