Searched refs:mChannelMode (Results 1 – 3 of 3) sorted by relevance
225 private final @ChannelMode int mChannelMode; field in BluetoothCodecConfig296 mChannelMode = channelMode; in BluetoothCodecConfig()333 mChannelMode = in.readInt(); in BluetoothCodecConfig()348 && other.mChannelMode == mChannelMode in equals()367 mChannelMode, in hashCode()439 if (mChannelMode == CHANNEL_MODE_NONE) { in toString()442 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()445 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()459 + formatSimple("0x%x", mChannelMode) in toString()503 out.writeInt(mChannelMode); in writeToParcel()[all …]
33 private int mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE; field in BluetoothA2dpConfigStore56 mChannelMode = channelMode; in setChannelMode()82 .setChannelMode(mChannelMode) in createCodecConfig()
554 private int mChannelMode = 0; field in InformationElementUtil.VhtOperation572 if (mChannelMode == 0) { in getChannelWidth()593 if (mCenterFreqIndex1 == 0 || mChannelMode == 0) { in getCenterFreq0()608 if (mCenterFreqIndex2 == 0 || mChannelMode == 0) { in getCenterFreq1()627 mChannelMode = ie.bytes[0] & Constants.BYTE_MASK; in from()