Searched refs:mChannelMask (Results 1 – 7 of 7) sorted by relevance
68 protected int mChannelMask = 0; field in BuilderBase143 mChannelMask = 0; in setChannelCount()163 mChannelMask = mask; in setChannelMask()172 return mChannelMask; in getChannelMask()
86 protected int mChannelMask; field in StreamBase
40 mChannelMask(0), in StreamBase()89 int32_t mChannelMask; variable
76 mChannelMask = builder.getChannelMask(); in setupStream()85 Log.d(TAG, " mask:0x" + Integer.toHexString(mChannelMask)); in setupStream()93 mNativePlayer, mChannelCount, mChannelMask, mSampleRate, in setupStream()
90 return mChannelCount != 0 ? mChannelCount : Integer.bitCount(mChannelMask); in calcChannelCount()125 mChannelMask = builder.getChannelMask(); in setupStream()133 Log.d(TAG, " mask:0x" + Integer.toHexString(mChannelMask)); in setupStream()155 formatBuilder.setChannelMask(mChannelMask); in setupStream()
85 mChannelMask = channelMask; in setupStream()96 builder.setChannelMask(javaChannelMaskToOboeChannelMask(mChannelMask)); in setupStream()97 mNumExchangeChannels = javaChannelMaskToChannelCount(mChannelMask); in setupStream()
1649 mChannelMask = 0;1661 return mChannelMask;1673 mChannelMask = mask;1678 private int mChannelMask;