Searched refs:mNativeChannelMask (Results 1 – 1 of 1) sorted by relevance
594 return (AudioFormat.convertNativeChannelMaskToOutMask(mFormatInfo.mNativeChannelMask)); in getChannelMask()925 final int mNativeChannelMask; field in AudioPlaybackConfiguration.FormatInfo930 mNativeChannelMask = nativeChannelMask; in FormatInfo()938 + ", channelMask=0x" + Integer.toHexString(mNativeChannelMask) in toString()949 && mNativeChannelMask == that.mNativeChannelMask in equals()955 return Objects.hash(mIsSpatialized, mNativeChannelMask, mSampleRate); in hashCode()966 dest.writeInt(mNativeChannelMask); in writeToParcel()