Searched refs:mChannelMode (Results 1 – 4 of 4) sorted by relevance
226 private final @ChannelMode int mChannelMode; field in BluetoothCodecConfig297 mChannelMode = channelMode; in BluetoothCodecConfig()334 mChannelMode = in.readInt(); in BluetoothCodecConfig()349 && other.mChannelMode == mChannelMode in equals()368 mChannelMode, in hashCode()440 if (mChannelMode == CHANNEL_MODE_NONE) { in toString()443 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()446 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()460 + String.format("0x%x", mChannelMode) in toString()504 out.writeInt(mChannelMode); in writeToParcel()[all …]
35 private int mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE; field in BluetoothA2dpConfigStore62 mChannelMode = channelMode; in setChannelMode()88 .setChannelMode(mChannelMode) in createCodecConfig()104 .setChannelMode(mChannelMode) in createCodecConfigFromCodecType()
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()
260 Landroid/bluetooth/BluetoothCodecConfig;->mChannelMode:I