Lines Matching refs:mChannelMasks
54 mChannelMasks.insert(channelMasks); in AudioProfile()
63 mChannelMasks(channelMasks), in AudioProfile()
69 mChannelMasks = channelMasks; in setChannels()
83 mChannelMasks.clear(); in clear()
111 if (!mChannelMasks.empty()) { in dump()
113 for (auto it = mChannelMasks.begin(); it != mChannelMasks.end();) { in dump()
115 dst->append(++it == mChannelMasks.end() ? "" : ", "); in dump()
126 mChannelMasks == other->getChannels() && in equals()
138 std::vector<int> values(mChannelMasks.begin(), mChannelMasks.end()); in writeToParcel()
159 mChannelMasks.clear(); in readFromParcel()
160 mChannelMasks.insert(values.begin(), values.end()); in readFromParcel()